Add authentication core components with cookie, jwt or identity4.
Info
Version: | 6.0.0 |
Author(s): | qianhua |
Last Update: | Thursday, March 10, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://dev.azure.com/qianhua19800526/_git/TinyNetCoreMvcSample |
NuGet Url: | https://www.nuget.org/packages/Tiny.Authentication.Core |
Install
Install-Package Tiny.Authentication.Core
dotnet add package Tiny.Authentication.Core
paket add Tiny.Authentication.Core
Tiny.Authentication.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- Tiny.Shared(>= 3.1.1)
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
- Microsoft.AspNetCore.Authentication.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.2.0)
- Microsoft.AspNetCore.Identity(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection(>= 3.1.0)