EmbedIO.BearerToken
3.0.0-preview4
See the version list below for details.
dotnet add package EmbedIO.BearerToken --version 3.0.0-preview4
NuGet\Install-Package EmbedIO.BearerToken -Version 3.0.0-preview4
<PackageReference Include="EmbedIO.BearerToken" Version="3.0.0-preview4" />
paket add EmbedIO.BearerToken --version 3.0.0-preview4
#r "nuget: EmbedIO.BearerToken, 3.0.0-preview4"
// Install EmbedIO.BearerToken as a Cake Addin #addin nuget:?package=EmbedIO.BearerToken&version=3.0.0-preview4&prerelease // Install EmbedIO.BearerToken as a Cake Tool #tool nuget:?package=EmbedIO.BearerToken&version=3.0.0-preview4&prerelease
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.0.0-preview91)
- System.IdentityModel.Tokens.Jwt (>= 5.5.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,733 | 2/17/2020 |
3.4.0 | 729 | 1/16/2020 |
3.3.2 | 817 | 1/3/2020 |
3.3.1 | 690 | 12/31/2019 |
3.3.0 | 694 | 12/26/2019 |
3.2.0 | 727 | 12/19/2019 |
3.1.3 | 2,916 | 10/30/2019 |
3.1.0 | 1,198 | 10/21/2019 |
3.0.8 | 2,290 | 9/23/2019 |
3.0.1 | 1,666 | 9/4/2019 |
3.0.0 | 951 | 8/19/2019 |
3.0.0-rc001 | 501 | 8/15/2019 |
3.0.0-preview6 | 1,130 | 7/23/2019 |
3.0.0-preview5 | 471 | 7/22/2019 |
3.0.0-preview4 | 469 | 7/19/2019 |
3.0.0-preview3 | 437 | 7/18/2019 |
3.0.0-preview2 | 454 | 7/9/2019 |
3.0.0-preview1 | 458 | 6/25/2019 |
2.4.0 | 1,838 | 5/22/2019 |
2.3.4 | 1,069 | 4/23/2019 |
2.3.3 | 824 | 4/15/2019 |
2.3.2 | 1,030 | 3/20/2019 |
2.3.1 | 670 | 3/20/2019 |
2.3.0 | 863 | 3/7/2019 |
2.2.3 | 1,191 | 2/12/2019 |
2.2.2 | 755 | 2/8/2019 |
2.2.1 | 968 | 1/28/2019 |
2.2.0 | 816 | 1/17/2019 |
2.1.0 | 1,535 | 12/12/2018 |
2.0.0 | 806 | 11/24/2018 |
1.2.1 | 5,794 | 3/6/2018 |
1.2.0 | 984 | 10/24/2017 |
1.1.2 | 976 | 5/10/2017 |
1.1.1 | 956 | 5/1/2017 |
1.0.2 | 1,121 | 5/26/2016 |
1.0.1 | 1,043 | 5/26/2016 |
1.0.0 | 1,902 | 5/20/2015 |
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