adding the onshape provider
This commit is contained in:
@@ -40,6 +40,7 @@ using Owin.Security.Providers.Yahoo;
|
||||
using Owin.Security.Providers.Backlog;
|
||||
using Owin.Security.Providers.Vimeo;
|
||||
using Owin.Security.Providers.Fitbit;
|
||||
using Owin.Security.Providers.OnShape;
|
||||
|
||||
namespace OwinOAuthProvidersDemo
|
||||
{
|
||||
@@ -294,6 +295,10 @@ namespace OwinOAuthProvidersDemo
|
||||
// ClientId = "",
|
||||
// ClientSecret = ""
|
||||
//});
|
||||
|
||||
//app.UseOnShapeAuthentication(
|
||||
// appKey: "",
|
||||
// appSecret: "");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user