EmbedIO.BearerToken
3.3.2
See the version list below for details.
dotnet add package EmbedIO.BearerToken --version 3.3.2
NuGet\Install-Package EmbedIO.BearerToken -Version 3.3.2
<PackageReference Include="EmbedIO.BearerToken" Version="3.3.2" />
paket add EmbedIO.BearerToken --version 3.3.2
#r "nuget: EmbedIO.BearerToken, 3.3.2"
// Install EmbedIO.BearerToken as a Cake Addin #addin nuget:?package=EmbedIO.BearerToken&version=3.3.2 // Install EmbedIO.BearerToken as a Cake Tool #tool nuget:?package=EmbedIO.BearerToken&version=3.3.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 | Versions 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. |
-
.NETStandard 2.0
- EmbedIO (>= 3.3.1)
- System.IdentityModel.Tokens.Jwt (>= 5.6.0)
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 | 17,577 | 2/17/2020 |
3.4.0 | 727 | 1/16/2020 |
3.3.2 | 815 | 1/3/2020 |
3.3.1 | 689 | 12/31/2019 |
3.3.0 | 693 | 12/26/2019 |
3.2.0 | 725 | 12/19/2019 |
3.1.3 | 2,914 | 10/30/2019 |
3.1.0 | 1,197 | 10/21/2019 |
3.0.8 | 2,288 | 9/23/2019 |
3.0.1 | 1,664 | 9/4/2019 |
3.0.0 | 950 | 8/19/2019 |
3.0.0-rc001 | 500 | 8/15/2019 |
3.0.0-preview6 | 1,129 | 7/23/2019 |
3.0.0-preview5 | 470 | 7/22/2019 |
3.0.0-preview4 | 467 | 7/19/2019 |
3.0.0-preview3 | 436 | 7/18/2019 |
3.0.0-preview2 | 453 | 7/9/2019 |
3.0.0-preview1 | 454 | 6/25/2019 |
2.4.0 | 1,836 | 5/22/2019 |
2.3.4 | 1,067 | 4/23/2019 |
2.3.3 | 821 | 4/15/2019 |
2.3.2 | 1,029 | 3/20/2019 |
2.3.1 | 668 | 3/20/2019 |
2.3.0 | 861 | 3/7/2019 |
2.2.3 | 1,189 | 2/12/2019 |
2.2.2 | 754 | 2/8/2019 |
2.2.1 | 967 | 1/28/2019 |
2.2.0 | 815 | 1/17/2019 |
2.1.0 | 1,534 | 12/12/2018 |
2.0.0 | 804 | 11/24/2018 |
1.2.1 | 5,793 | 3/6/2018 |
1.2.0 | 982 | 10/24/2017 |
1.1.2 | 975 | 5/10/2017 |
1.1.1 | 955 | 5/1/2017 |
1.0.2 | 1,118 | 5/26/2016 |
1.0.1 | 1,043 | 5/26/2016 |
1.0.0 | 1,901 | 5/20/2015 |
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