Starcounter.Authorization 3.5.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Starcounter.Authorization --version 3.5.1
                    
NuGet\Install-Package Starcounter.Authorization -Version 3.5.1
                    
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="Starcounter.Authorization" Version="3.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Starcounter.Authorization" Version="3.5.1" />
                    
Directory.Packages.props
<PackageReference Include="Starcounter.Authorization" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Starcounter.Authorization --version 3.5.1
                    
#r "nuget: Starcounter.Authorization, 3.5.1"
                    
#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.
#addin nuget:?package=Starcounter.Authorization&version=3.5.1
                    
Install Starcounter.Authorization as a Cake Addin
#tool nuget:?package=Starcounter.Authorization&version=3.5.1
                    
Install Starcounter.Authorization as a Cake Tool

Authorization helper library for Starcounter applications

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on Starcounter.Authorization:

Package Downloads
Starcounter.Authorization.Simplified

Simplified.Data.Model Support for Authorization Library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0 1,488 6/7/2019
3.8.1 2,516 4/5/2019
3.8.0 864 4/4/2019
3.7.6 2,140 2/26/2019
3.7.5 1,065 2/15/2019
3.7.4 3,594 1/21/2019
3.7.3 2,544 12/12/2018
3.7.2 1,563 11/13/2018
3.7.1 963 11/9/2018
3.7.0 913 11/9/2018
3.6.0 975 11/7/2018
3.5.2 1,080 11/1/2018
3.5.1 912 10/31/2018
3.5.0 870 10/30/2018
3.4.0 983 10/25/2018
3.3.0 870 10/23/2018
3.2.0 876 10/19/2018
3.1.0 1,026 9/27/2018
3.0.0 997 7/27/2018
3.0.0-rc2 964 5/14/2018
3.0.0-rc1 1,013 5/4/2018
2.1.0 1,137 3/21/2018
2.0.0 1,314 2/9/2018
2.0.0-rc1 917 1/24/2018
1.5.0 1,118 3/21/2018
1.4.0 1,289 12/11/2017
1.3.0 1,061 10/26/2017
1.2.0 1,164 7/18/2017
1.1.0 1,079 4/27/2017
1.0.1 1,113 4/25/2017
1.0.0 1,022 4/20/2017
1.0.0-rc1 860 4/20/2017

Unauthenticated response can now be configured from app code. Use IServiceCollection.Configure<SecurityMiddlewareOptions>
     ISignOutService is now public