Owin.StatelessAuth
1.0.10
dotnet add package Owin.StatelessAuth --version 1.0.10
NuGet\Install-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
An OWIN middleware component to authorize requests using a token in the Authorization request header and also adding ClaimsPrincipal to OWIN environment
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Owin.StatelessAuth:
Package | Downloads |
---|---|
AutomationStudio.Helpers.Owin
AStudio Owin Helper Library |
GitHub repositories
This package is not used by any popular GitHub repositories.
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