The JSONWebToken.Authentication structure that enables an application to use token based authentication for API and cookie based authentication for browser based web applications.
Info
Version: | 1.1.1 |
Author(s): | Dilara Çelikçivi |
Last Update: | Sunday, April 18, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dilaracelikcivi/JsonWebTokenAuthentication |
NuGet Url: | https://www.nuget.org/packages/JsonWebToken.Authentication |
Install
Install-Package JsonWebToken.Authentication
dotnet add package JsonWebToken.Authentication
paket add JsonWebToken.Authentication
JsonWebToken.Authentication Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
- Microsoft.AspNetCore.Authentication.Cookies(>= 2.2.0)
- Microsoft.IdentityModel.Tokens(>= 6.7.210803222715)
- Newtonsoft.Json(>= 12.0.2)
- System.IdentityModel.Tokens.Jwt(>= 6.7.1)
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
- Microsoft.AspNetCore.Authentication.Cookies(>= 2.2.0)
- Microsoft.IdentityModel.Tokens(>= 6.7.210803222715)
- Newtonsoft.Json(>= 12.0.2)
- System.IdentityModel.Tokens.Jwt(>= 6.7.1)
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
- Microsoft.AspNetCore.Authentication.Cookies(>= 2.2.0)
- Microsoft.IdentityModel.Tokens(>= 6.7.210803222715)
- Newtonsoft.Json(>= 12.0.2)
- System.IdentityModel.Tokens.Jwt(>= 6.7.1)
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
- Microsoft.AspNetCore.Authentication.Cookies(>= 2.2.0)
- Microsoft.IdentityModel.Tokens(>= 6.7.210803222715)
- Newtonsoft.Json(>= 12.0.2)
- System.IdentityModel.Tokens.Jwt(>= 6.7.1)
Tags