adding the onshape provider

This commit is contained in:
Tathagata Chakraborty
2015-09-14 15:43:24 +05:30
parent e35b98c8a4
commit c9f9d3f92f
11 changed files with 644 additions and 0 deletions

View File

@@ -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: "");
}
}
}