First draft of WordPress provider in place
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -17,6 +17,7 @@ using Owin.Security.Providers.TripIt;
|
||||
using Owin.Security.Providers.Yahoo;
|
||||
using Owin.Security.Providers.OpenID;
|
||||
using Owin.Security.Providers.Steam;
|
||||
using Owin.Security.Providers.WordPress;
|
||||
|
||||
namespace OwinOAuthProvidersDemo
|
||||
{
|
||||
@@ -127,6 +128,10 @@ namespace OwinOAuthProvidersDemo
|
||||
//app.UseArcGISOnlineAuthentication(
|
||||
// clientId: "",
|
||||
// clientSecret: "");
|
||||
|
||||
app.UseWordPressAuthentication(
|
||||
clientId: "",
|
||||
clientSecret: "");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user