An ASP.NET 5 compatible port of the OAuth Authorization Server middleware from Microsoft's Project Katana.
Info
| Version: | 1.0.0 |
| Author(s): | Xacron Development |
| Last Update: | Monday, December 12, 2016 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/XacronDevelopment/oauth-aspnet |
| NuGet Url: | https://www.nuget.org/packages/OAuth.AspNet.AuthServer |
Install
Install-Package OAuth.AspNet.AuthServer
dotnet add package OAuth.AspNet.AuthServer
paket add OAuth.AspNet.AuthServer
OAuth.AspNet.AuthServer Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication(>= 1.1.0)
- Microsoft.AspNetCore.DataProtection(>= 1.1.0)
- Microsoft.AspNetCore.DataProtection.Extensions(>= 1.1.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 1.1.0)
- Newtonsoft.Json(>= 9.0.1)
Tags