This is a middleware that will persist user permissions to memory, manage claims, and support Windows pass through authentication with forms authentication.
Info
Version: | 6.1.0 |
Author(s): | Daniel Martin |
Last Update: | Tuesday, October 11, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/danielDevelops/soteria |
NuGet Url: | https://www.nuget.org/packages/Soteria.AuthenticationMiddleware |
Install
Install-Package Soteria.AuthenticationMiddleware
dotnet add package Soteria.AuthenticationMiddleware
paket add Soteria.AuthenticationMiddleware
Soteria.AuthenticationMiddleware Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication.Cookies(>= 2.2.0)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.2.0)
- Microsoft.AspNetCore.Authorization(>= 2.2.0)
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
- Microsoft.AspNetCore.Server.IISIntegration(>= 2.2.1)
- System.IdentityModel.Tokens.Jwt(>= 5.4.0)