Simple authentication token provider for ASP.NET Core.
Info
| Version: | 2.0.0 |
| Author(s): | exoft |
| Last Update: | Tuesday, September 12, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Exoft/Exoft.Security.OAuth0.Sample |
| NuGet Url: | https://www.nuget.org/packages/ExoftSecurityOAuth0 |
Install
Install-Package ExoftSecurityOAuth0
dotnet add package ExoftSecurityOAuth0
paket add ExoftSecurityOAuth0
ExoftSecurityOAuth0 Download (Unzip the "nupkg" after downloading)
Dependencies
- System.IdentityModel.Tokens.Jwt(>= 5.1.4)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.0.0)
- Microsoft.Extensions.Options(>= 2.0.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.0.0)
- Microsoft.Extensions.Logging(>= 2.0.0)
Tags