Info
Version: | 5.0.12 |
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.Core |
Install
Install-Package OAuthServer.NET.Core
dotnet add package OAuthServer.NET.Core
paket add OAuthServer.NET.Core
OAuthServer.NET.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- JWTs(>= 1.0.2)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore(>= 5.0.1)
- Microsoft.EntityFrameworkCore(>= 5.0.1)
- Microsoft.EntityFrameworkCore.SqlServer(>= 5.0.1)
- System.Text.Json(>= 5.0.0)
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.