NetDevPack.Security.JwtExtensions
7.0.0
See the version list below for details.
dotnet add package NetDevPack.Security.JwtExtensions --version 7.0.0
NuGet\Install-Package NetDevPack.Security.JwtExtensions -Version 7.0.0
<PackageReference Include="NetDevPack.Security.JwtExtensions" Version="7.0.0" />
paket add NetDevPack.Security.JwtExtensions --version 7.0.0
#r "nuget: NetDevPack.Security.JwtExtensions, 7.0.0"
// Install NetDevPack.Security.JwtExtensions as a Cake Addin #addin nuget:?package=NetDevPack.Security.JwtExtensions&version=7.0.0 // Install NetDevPack.Security.JwtExtensions as a Cake Tool #tool nuget:?package=NetDevPack.Security.JwtExtensions&version=7.0.0
Component for easy use of JWKS endpoint for Assymetric keys
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 2.2.0)
- System.IdentityModel.Tokens.Jwt (>= 6.25.0)
- System.Text.Json (>= 7.0.0)
-
net6.0
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 6.0.11)
- System.IdentityModel.Tokens.Jwt (>= 6.25.0)
- System.Text.Json (>= 7.0.0)
-
net7.0
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 7.0.0)
- System.IdentityModel.Tokens.Jwt (>= 6.25.0)
- System.Text.Json (>= 7.0.0)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on NetDevPack.Security.JwtExtensions:
Package | Downloads |
---|---|
DataC.CoreApi
Pacote core de desenvolvimento sistemas Data C |
|
Hydra.Core.API
This package is an extension library for Web Api! |
|
CEApi.Core
Package Description |
|
RuoVea.ExJwtBearer
Jwt 授权验证拓展插件。声名:IJwtHelper _jwtHelper,支持简体中文、繁体中文、粤语、日语、法语、英语. 添加验权:services.AddAuthenticationSetup(enableGlobalAuthorize: true); 添加鉴权:services.AddAuthorizationSetup.MyPermission.(enableGlobalAuthorize: true); 添加Jwt加密:services.AddJwtSetup(); |
|
IERP.WebAPI.Core
Pacote de utilidades para APIs |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on NetDevPack.Security.JwtExtensions:
Repository | Stars |
---|---|
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
|
|
desenvolvedor-io/dev-store
A microservices e-commerce reference application built with ASP.NET 6
|
|
NetDevPack/Security.Jwt
Jwt Manager. Set of components to deal with Jwt Stuff. Automate your key rotating, add support for jwks_uri. Store your cryptography keys in a secure place.
|