NetDevPack.Security.Jwt
5.0.17
This package have changed the name to NetDevPack.Security.Jwt.Core
See the version list below for details.
dotnet add package NetDevPack.Security.Jwt --version 5.0.17
NuGet\Install-Package NetDevPack.Security.Jwt -Version 5.0.17
<PackageReference Include="NetDevPack.Security.Jwt" Version="5.0.17" />
<PackageVersion Include="NetDevPack.Security.Jwt" Version="5.0.17" />
<PackageReference Include="NetDevPack.Security.Jwt" />
paket add NetDevPack.Security.Jwt --version 5.0.17
#r "nuget: NetDevPack.Security.Jwt, 5.0.17"
#:package NetDevPack.Security.Jwt@5.0.17
#addin nuget:?package=NetDevPack.Security.Jwt&version=5.0.17
#tool nuget:?package=NetDevPack.Security.Jwt&version=5.0.17
Component to manage your JWK and protect your JWT Signing
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | 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.1
- Microsoft.AspNetCore.DataProtection (>= 3.1.15)
- Microsoft.Extensions.Caching.Abstractions (>= 3.1.15)
- Microsoft.Extensions.DependencyInjection (>= 5.0.2)
- Microsoft.Extensions.Options (>= 3.1.15)
- Microsoft.IdentityModel.Tokens (>= 6.12.2)
- System.Text.Json (>= 5.0.2)
-
net5.0
- Microsoft.AspNetCore.DataProtection (>= 5.0.9)
- Microsoft.Extensions.Caching.Abstractions (>= 5.0.0)
- Microsoft.Extensions.DependencyInjection (>= 5.0.2)
- Microsoft.Extensions.Options (>= 5.0.0)
- Microsoft.IdentityModel.Tokens (>= 6.12.2)
- System.Text.Json (>= 5.0.2)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on NetDevPack.Security.Jwt:
| Package | Downloads |
|---|---|
|
NetDevPack.Security.Jwt.AspNetCore
ASP.NET Core integration package to expose a JWKS (JWK Set) public endpoint and manage JWK generation with automatic key rotation for JWT signing (RSA, ECDSA, HMAC). Suitable for OAuth2 / OpenID Connect scenarios. |
|
|
NetDevPack.Security.Jwt.Store.EntityFrameworkCore
Entity Framework Core storage provider for JWK/JWKS. Persist signing keys in a database and support automatic key rotation scenarios for JWT signing (RSA, ECDSA, HMAC). |
|
|
NetDevPack.Security.Jwt.Store.FileSystem
File system storage provider for JWK/JWKS. Persist signing keys locally and support automatic key rotation scenarios for JWT signing (RSA, ECDSA, HMAC). |
|
|
NetDevPack.Security.Jwt.IdentityServer4
Integration package for IdentityServer4 to manage JWK/JWKS with automatic key rotation (RSA, ECDSA, HMAC). |
|
|
Domain.App.Core
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.