Starcounter.Authorization 3.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Starcounter.Authorization --version 3.5.0
NuGet\Install-Package Starcounter.Authorization -Version 3.5.0
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.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Starcounter.Authorization --version 3.5.0
#r "nuget: Starcounter.Authorization, 3.5.0"
#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 Starcounter.Authorization as a Cake Addin
#addin nuget:?package=Starcounter.Authorization&version=3.5.0

// Install Starcounter.Authorization as a Cake Tool
#tool nuget:?package=Starcounter.Authorization&version=3.5.0

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,405 6/7/2019
3.8.1 2,448 4/5/2019
3.8.0 801 4/4/2019
3.7.6 2,072 2/26/2019
3.7.5 993 2/15/2019
3.7.4 3,520 1/21/2019
3.7.3 2,468 12/12/2018
3.7.2 1,485 11/13/2018
3.7.1 876 11/9/2018
3.7.0 823 11/9/2018
3.6.0 898 11/7/2018
3.5.2 995 11/1/2018
3.5.1 824 10/31/2018
3.5.0 787 10/30/2018
3.4.0 902 10/25/2018
3.3.0 790 10/23/2018
3.2.0 781 10/19/2018
3.1.0 935 9/27/2018
3.0.0 878 7/27/2018
3.0.0-rc2 808 5/14/2018
3.0.0-rc1 855 5/4/2018
2.1.0 962 3/21/2018
2.0.0 1,134 2/9/2018
2.0.0-rc1 758 1/24/2018
1.5.0 951 3/21/2018
1.4.0 1,115 12/11/2017
1.3.0 935 10/26/2017
1.2.0 1,040 7/18/2017
1.1.0 955 4/27/2017
1.0.1 989 4/25/2017
1.0.0 895 4/20/2017
1.0.0-rc1 747 4/20/2017

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