An oauth2 framework for dotnet.
Info
Version: | 1.3.0 |
Author(s): | Lukiya |
Last Update: | Wednesday, February 15, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Lukiya/oauth2net |
NuGet Url: | https://www.nuget.org/packages/OAuth2NetCore |
Install
Install-Package OAuth2NetCore
dotnet add package OAuth2NetCore
paket add OAuth2NetCore
OAuth2NetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
- Microsoft.Extensions.Configuration.Binder(>= 5.0.0)
- Microsoft.Extensions.Logging(>= 5.0.0)
- Microsoft.IdentityModel.JsonWebTokens(>= 6.8.0)
- System.Text.Json(>= 5.0.1)