A middleware for authenticating with bearer token locally (without calling introspection endpoint).
Info
Version: | 1.0.0 |
Author(s): | Kahbazi |
Last Update: | Monday, February 12, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Kahbazi/IdentityServer3.Contrib.LocalAccessTokenValidation |
NuGet Url: | https://www.nuget.org/packages/IdentityServer3.Contrib.LocalAccessTokenValidation |
Install
Install-Package IdentityServer3.Contrib.LocalAccessTokenValidation
dotnet add package IdentityServer3.Contrib.LocalAccessTokenValidation
paket add IdentityServer3.Contrib.LocalAccessTokenValidation
IdentityServer3.Contrib.LocalAccessTokenValidation Download (Unzip the "nupkg" after downloading)
Dependencies
- IdentityServer3(>= 2.6.1)
- Microsoft.Owin.Security(>= 3.1.0)
Tags