Info
| Version: | 5.0.13 | 
| Author(s): | Rob Engel - LiveOrDevTrying | 
| Last Update: | Sunday, November 14, 2021 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/liveordevtrying/oauthserver.net | 
| NuGet Url: | https://www.nuget.org/packages/OAuthServer.NET | 
Install
Install-Package OAuthServer.NET
                        dotnet add package OAuthServer.NET
                        paket add OAuthServer.NET
                        
                                OAuthServer.NET Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- AspNet.Security.OAuth.Twitch(>= 5.0.0)
- Microsoft.AspNetCore.Authentication.Facebook(>= 5.0.1)
- Microsoft.AspNetCore.Authentication.Google(>= 5.0.1)
- Microsoft.AspNetCore.Authentication.MicrosoftAccount(>= 5.0.1)
- Microsoft.AspNetCore.Authentication.Twitter(>= 5.0.1)
- Microsoft.AspNetCore.Identity.UI(>= 5.0.1)
- OAuthServer.NET.Core(>= 1.0.2)
Tags
 
                
OAuthServer.NET supports implicit, authorization code, resource owner password, and client credentials as well as 3rd party logins. OAuthServer.NET is integrated with the Asp.NET Identity system and includes the ability for full managemant of accounts. OAuthServer.NET includes a UI (created in Angular) for easily setting up and configuring clients. OAuthServer.NET is easily deployed through Docker, NuGet, or can be modified directly from the source https://github.com/liveordevtrying/oauthserver.net.
OAuthServer.NET is dependent on SQL server, Entity Framework, and the Asp.NET Identity System.