Simple OWIN stateful token authentication middleware for when you want to store token in database.
Info
| Version: | 1.0.0 |
| Author(s): | Marius Vitkevičius |
| Last Update: | Friday, November 6, 2015 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Dissimilis/StatefulAuthenticationMiddleware |
| NuGet Url: | https://www.nuget.org/packages/OwinStatefulAuthentication |
Install
Install-Package OwinStatefulAuthentication
dotnet add package OwinStatefulAuthentication
paket add OwinStatefulAuthentication
OwinStatefulAuthentication Download (Unzip the "nupkg" after downloading)
Dependencies
- OWIN(>= 1.0.0)
- Microsoft.Owin(>= 3.0.1)
- Microsoft.Owin.Security(>= 3.0.1)
Tags