#OWIN OAuth Providers
Provides a set of extra authentication providers for OWIN (Project Katana). This project includes providers for:
- OAuth
- Google+
- Yahoo
- GitHub
- StackExchange
- HealthGraph
- Battle.net
- OpenID
- Generic OpenID 2.0 provider
- Steam
For guides on how to implement these providers, please visit my blog, Be a Big Rockstar.
To use these providers you will need to install the Owin.Security.Providers
NuGet package.
PM> Install-Package Owin.Security.Providers