This package implements logic for cookie authentication with refresh token mechanism through a JWT genereated by any Furiza Security Provider WebApi, making possible to work with the JWT generated for microservices webapis in browser based web applications.
Info
Version: | 1.1.0 |
Author(s): | Furiza |
Last Update: | Wednesday, July 31, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Furiza.AspNetCore.WebApp.Authentication.CookiesByJwtBearer |
Install
Install-Package Furiza.AspNetCore.WebApp.Authentication.CookiesByJwtBearer
dotnet add package Furiza.AspNetCore.WebApp.Authentication.CookiesByJwtBearer
paket add Furiza.AspNetCore.WebApp.Authentication.CookiesByJwtBearer
Furiza.AspNetCore.WebApp.Authentication.CookiesByJwtBearer Download (Unzip the "nupkg" after downloading)
Dependencies
- Furiza.Base.Core.Identity.Abstractions(>= 2.3.0)
- Microsoft.AspNetCore.Authentication.Cookies(>= 2.2.0)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.2.0)
Tags