Owin Framework authorization middleware that checks if the identity making the request has permission to do so and returns a 403 response if it does not.
Info
Version: | 1.1.2 |
Author(s): | Martin Halliday |
Last Update: | Wednesday, April 8, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Bikeman868/OwinFramework.Authorization |
NuGet Url: | https://www.nuget.org/packages/Owin.Framework.Authorization |
Install
Install-Package Owin.Framework.Authorization
dotnet add package Owin.Framework.Authorization
paket add Owin.Framework.Authorization
Owin.Framework.Authorization Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- Owin.Framework(>= 2.7.1)
- Owin.Framework.Authorization.Core(>= 1.1.2)
- Ioc.Modules.Contract(>= 1.4.1)
- Owin.Framework(>= 2.7.1)
- Owin.Framework.Authorization.Core(>= 1.1.2)
- Ioc.Modules.Contract(>= 1.4.1)
Tags