Owin.Framework.Authorization 1.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package Owin.Framework.Authorization --version 1.0.11
NuGet\Install-Package Owin.Framework.Authorization -Version 1.0.11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Owin.Framework.Authorization" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Owin.Framework.Authorization --version 1.0.11
#r "nuget: Owin.Framework.Authorization, 1.0.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Owin.Framework.Authorization as a Cake Addin
#addin nuget:?package=Owin.Framework.Authorization&version=1.0.11

// Install Owin.Framework.Authorization as a Cake Tool
#tool nuget:?package=Owin.Framework.Authorization&version=1.0.11

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

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.2 615 4/8/2020
1.1.1 493 1/14/2020
1.1.0 523 12/11/2019
1.0.15 546 8/20/2019
1.0.13 712 1/14/2019
1.0.11 956 5/30/2018
1.0.10 911 5/24/2018
1.0.4-alpha 712 8/30/2017
1.0.3-alpha 695 8/30/2017
1.0.2-alpha 739 7/20/2017
1.0.1-alpha 708 7/19/2017
1.0.0-alpha 736 7/14/2017

Split out the data access layer into a separate package so that other implementations can be used