Owin.StatelessAuth
1.0.10
An OWIN middleware component to authorize requests using a token in the Authorization request header and also adding ClaimsPrincipal to OWIN environment
Install-Package Owin.StatelessAuth -Version 1.0.10
dotnet add package Owin.StatelessAuth --version 1.0.10
<PackageReference Include="Owin.StatelessAuth" Version="1.0.10" />
paket add Owin.StatelessAuth --version 1.0.10
#r "nuget: Owin.StatelessAuth, 1.0.10"
// Install Owin.StatelessAuth as a Cake Addin #addin nuget:?package=Owin.StatelessAuth&version=1.0.10 // Install Owin.StatelessAuth as a Cake Tool #tool nuget:?package=Owin.StatelessAuth&version=1.0.10
Release Notes
1.0.10 - Added boolean PassThroughUnauthorizedRequests property to options
1.0.9 - Assembly versioning fix
1.0.8 - Mono compatibility
1.0.7 - Woops release
1.0.6 - Added wildcard support to IgnorePaths in StatelessAuthOptions
- Removed MS.Owin dependency
Dependencies
This package has no dependencies.
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Owin.StatelessAuth:
Package | Downloads |
---|---|
AutomationStudio.Helpers.Owin
AStudio Owin Helper Library
|
|
VaraniumSharp.Monolith
Library that can serve as a chassis for building web services.
|
GitHub repositories
This package is not used by any popular GitHub repositories.