Simple authorization middleware for granular scope based authorization.
Info
Version: | 1.0.4 |
Author(s): | Giacomo Michelon |
Last Update: | Friday, June 28, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/AspNetCore.ScopeValidation |
Install
Install-Package AspNetCore.ScopeValidation
dotnet add package AspNetCore.ScopeValidation
paket add AspNetCore.ScopeValidation
AspNetCore.ScopeValidation Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Logging(>= 2.2.0)
- Microsoft.Extensions.Options(>= 2.2.0)
Tags