This authentication middleware use GitHub's OAuth service to authenticate users, so your light application can have no database of user information.
Info
Version: | 1.0.0 |
Author(s): | Surbowl |
Last Update: | Thursday, April 16, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Surbowl/Surbowl.AspNetCore.Authentication.GitHubBearer |
NuGet Url: | https://www.nuget.org/packages/Surbowl.AspNetCore.Authentication.GitHubBearer |
Install
Install-Package Surbowl.AspNetCore.Authentication.GitHubBearer
dotnet add package Surbowl.AspNetCore.Authentication.GitHubBearer
paket add Surbowl.AspNetCore.Authentication.GitHubBearer
Surbowl.AspNetCore.Authentication.GitHubBearer Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.3)