Decrypts an OWIN OAuth Bearer token to be used in ASP.NET Core.
Info
Version: | 1.0.1 |
Author(s): | Dariel Marlow |
Last Update: | Sunday, November 5, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dmarlow/BearerTokenBridge |
NuGet Url: | https://www.nuget.org/packages/BearerTokenBridge |
Install
Install-Package BearerTokenBridge
dotnet add package BearerTokenBridge
paket add BearerTokenBridge
BearerTokenBridge Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.WebUtilities(>= 2.0.0)
- Microsoft.AspNetCore.Authentication.Abstractions(>= 2.0.0)
- Microsoft.AspNetCore.Authentication(>= 2.0.0)