OSharp 权限组件,包含用户认证与权限验证的基础实现.
Info
Version: | 3.1.1 |
Author(s): | LiuliuSoft |
Last Update: | Friday, January 31, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/i66soft/osharp |
NuGet Url: | https://www.nuget.org/packages/OSharpNS.Permissions |
Install
Install-Package OSharpNS.Permissions
dotnet add package OSharpNS.Permissions
paket add OSharpNS.Permissions
OSharpNS.Permissions Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- OSharpNS.AspNetCore(>= 3.1.1)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.2.0 && < 3.0.0)
- Microsoft.AspNetCore.Authentication.OAuth(>= 2.2.0 && < 3.0.0)
- Microsoft.AspNetCore.Authorization(>= 2.2.0 && < 3.0.0)
- Microsoft.AspNetCore.Identity(>= 2.2.0 && < 3.0.0)
- OSharpNS.AspNetCore(>= 3.1.1)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 3.1.1)
- Microsoft.AspNetCore.Authorization(>= 3.1.1)
Tags