EmbedIO.BearerToken 3.4.2

dotnet add package EmbedIO.BearerToken --version 3.4.2
NuGet\Install-Package EmbedIO.BearerToken -Version 3.4.2
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.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EmbedIO.BearerToken --version 3.4.2
#r "nuget: EmbedIO.BearerToken, 3.4.2"
#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.2

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

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 15,590 2/17/2020
3.4.0 706 1/16/2020
3.3.2 792 1/3/2020
3.3.1 667 12/31/2019
3.3.0 667 12/26/2019
3.2.0 698 12/19/2019
3.1.3 2,886 10/30/2019
3.1.0 1,174 10/21/2019
3.0.8 2,265 9/23/2019
3.0.1 1,637 9/4/2019
3.0.0 921 8/19/2019
3.0.0-rc001 478 8/15/2019
3.0.0-preview6 1,107 7/23/2019
3.0.0-preview5 448 7/22/2019
3.0.0-preview4 444 7/19/2019
3.0.0-preview3 411 7/18/2019
3.0.0-preview2 431 7/9/2019
3.0.0-preview1 435 6/25/2019
2.4.0 1,819 5/22/2019
2.3.4 1,044 4/23/2019
2.3.3 795 4/15/2019
2.3.2 1,003 3/20/2019
2.3.1 642 3/20/2019
2.3.0 838 3/7/2019
2.2.3 1,168 2/12/2019
2.2.2 717 2/8/2019
2.2.1 941 1/28/2019
2.2.0 791 1/17/2019
2.1.0 1,511 12/12/2018
2.0.0 778 11/24/2018
1.2.1 5,773 3/6/2018
1.2.0 963 10/24/2017
1.1.2 953 5/10/2017
1.1.1 930 5/1/2017
1.0.2 1,095 5/26/2016
1.0.1 1,023 5/26/2016
1.0.0 1,788 5/20/2015

v3.4.2
Update to 3.4.2
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