EmbedIO.BearerToken 3.4.0

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

// Install EmbedIO.BearerToken as a Cake Tool
#tool nuget:?package=EmbedIO.BearerToken&version=3.4.0

Allow to authenticate with a Bearer Token. It uses a Token endpoint (at /token path) and with a defined validation delegate create a JsonWebToken. The module can check all incoming requests or a paths

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 (1)

Showing the top 1 popular GitHub repositories that depend on EmbedIO.BearerToken:

Repository Stars
furesoft/Slithin
A management application for the remarkable tablet
Version Downloads Last updated
3.4.2 14,166 2/17/2020
3.4.0 701 1/16/2020
3.3.2 787 1/3/2020
3.3.1 662 12/31/2019
3.3.0 663 12/26/2019
3.2.0 693 12/19/2019
3.1.3 2,878 10/30/2019
3.1.0 1,170 10/21/2019
3.0.8 2,260 9/23/2019
3.0.1 1,635 9/4/2019
3.0.0 918 8/19/2019
3.0.0-rc001 476 8/15/2019
3.0.0-preview6 1,106 7/23/2019
3.0.0-preview5 447 7/22/2019
3.0.0-preview4 443 7/19/2019
3.0.0-preview3 410 7/18/2019
3.0.0-preview2 430 7/9/2019
3.0.0-preview1 434 6/25/2019
2.4.0 1,813 5/22/2019
2.3.4 1,041 4/23/2019
2.3.3 793 4/15/2019
2.3.2 1,000 3/20/2019
2.3.1 640 3/20/2019
2.3.0 836 3/7/2019
2.2.3 1,163 2/12/2019
2.2.2 713 2/8/2019
2.2.1 936 1/28/2019
2.2.0 787 1/17/2019
2.1.0 1,503 12/12/2018
2.0.0 773 11/24/2018
1.2.1 5,764 3/6/2018
1.2.0 958 10/24/2017
1.1.2 949 5/10/2017
1.1.1 926 5/1/2017
1.0.2 1,089 5/26/2016
1.0.1 1,018 5/26/2016
1.0.0 1,695 5/20/2015

v3.4.0
Breaking change - Inject the User
v3.3.2
Match with EmbedIO v3.3.1
v3.3.0
Add OnSuccessTransformation action to the Module
v3.2.0
Match with EmbedIO v3.2.0
v3.1.3
Match with EmbedIO v3.1.3
v3.1.0
Remove the routes parameter to use the base URL.
v3.0.8
Match with EmbedIO v3.0.8
v3.0.0
New API
v2.4.0
Update deps
v2.3.0
Add ErrorPayload support.
v 2.2.3
Fix issue with token expiration time (Issue #19 - @gavinbell)
v 2.2.2
Minor fix and update to EmbedIO 2.2
v 2.1.0
Add Principal extension methods
v 2.0.0
Upgrade to support new EmbedIO 2.0
v 1.2.1
Remove StyleCop dependency
v 1.2.0
Upgrade to match EmbedIO v1.10.0