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.
<PackageVersion Include="EmbedIO.BearerToken" Version="3.4.2" />
                    
Directory.Packages.props
<PackageReference Include="EmbedIO.BearerToken" />
                    
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 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.
#addin nuget:?package=EmbedIO.BearerToken&version=3.4.2
                    
Install EmbedIO.BearerToken as a Cake Addin
#tool nuget:?package=EmbedIO.BearerToken&version=3.4.2
                    
Install EmbedIO.BearerToken as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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 19,075 2/17/2020
3.4.0 759 1/16/2020
3.3.2 849 1/3/2020
3.3.1 724 12/31/2019
3.3.0 725 12/26/2019
3.2.0 758 12/19/2019
3.1.3 2,950 10/30/2019
3.1.0 1,231 10/21/2019
3.0.8 2,322 9/23/2019
3.0.1 1,701 9/4/2019
3.0.0 984 8/19/2019
3.0.0-rc001 529 8/15/2019
3.0.0-preview6 1,158 7/23/2019
3.0.0-preview5 497 7/22/2019
3.0.0-preview4 496 7/19/2019
3.0.0-preview3 465 7/18/2019
3.0.0-preview2 482 7/9/2019
3.0.0-preview1 486 6/25/2019
2.4.0 1,891 5/22/2019
2.3.4 1,102 4/23/2019
2.3.3 859 4/15/2019
2.3.2 1,064 3/20/2019
2.3.1 703 3/20/2019
2.3.0 898 3/7/2019
2.2.3 1,225 2/12/2019
2.2.2 791 2/8/2019
2.2.1 1,010 1/28/2019
2.2.0 850 1/17/2019
2.1.0 1,572 12/12/2018
2.0.0 846 11/24/2018
1.2.1 5,920 3/6/2018
1.2.0 1,071 10/24/2017
1.1.2 1,058 5/10/2017
1.1.1 1,042 5/1/2017
1.0.2 1,205 5/26/2016
1.0.1 1,131 5/26/2016
1.0.0 1,996 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