NetDevPack.Security.Jwt
9.0.4
dotnet add package NetDevPack.Security.Jwt --version 9.0.4
NuGet\Install-Package NetDevPack.Security.Jwt -Version 9.0.4
<PackageReference Include="NetDevPack.Security.Jwt" Version="9.0.4" />
<PackageVersion Include="NetDevPack.Security.Jwt" Version="9.0.4" />
<PackageReference Include="NetDevPack.Security.Jwt" />
paket add NetDevPack.Security.Jwt --version 9.0.4
#r "nuget: NetDevPack.Security.Jwt, 9.0.4"
#:package NetDevPack.Security.Jwt@9.0.4
#addin nuget:?package=NetDevPack.Security.Jwt&version=9.0.4
#tool nuget:?package=NetDevPack.Security.Jwt&version=9.0.4
A .NET library that reduces friction when using JWT in your applications by handling signing credentials
with automatic key rotation and JWK/JWKS management (RSA, ECDSA, HMAC) — without requiring you to implement an OAuth2 server.
| 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 is compatible. 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 is compatible. 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 is compatible. 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 (>= 10.0.2)
- Microsoft.Extensions.Caching.Memory (>= 10.0.2)
- Microsoft.Extensions.Options (>= 10.0.2)
- System.Formats.Asn1 (>= 10.0.2)
- System.IdentityModel.Tokens.Jwt (>= 8.15.0)
- System.Security.Cryptography.Pkcs (>= 10.0.2)
- System.Text.Json (>= 10.0.2)
-
net10.0
- Microsoft.AspNetCore.DataProtection (>= 10.0.2)
- Microsoft.Extensions.Caching.Memory (>= 10.0.2)
- Microsoft.Extensions.Options (>= 10.0.2)
- System.IdentityModel.Tokens.Jwt (>= 8.15.0)
- System.Security.Cryptography.Pkcs (>= 10.0.2)
-
net8.0
- Microsoft.AspNetCore.DataProtection (>= 8.0.23)
- Microsoft.Extensions.Caching.Memory (>= 8.0.1)
- Microsoft.Extensions.Options (>= 8.0.2)
- System.Formats.Asn1 (>= 10.0.2)
- System.IdentityModel.Tokens.Jwt (>= 8.15.0)
- System.Security.Cryptography.Pkcs (>= 10.0.2)
-
net9.0
- Microsoft.AspNetCore.DataProtection (>= 9.0.12)
- Microsoft.Extensions.Caching.Memory (>= 9.0.12)
- Microsoft.Extensions.Options (>= 9.0.12)
- System.Formats.Asn1 (>= 10.0.2)
- System.IdentityModel.Tokens.Jwt (>= 8.15.0)
- System.Security.Cryptography.Pkcs (>= 10.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.
v10.0.0:
- Simplifies JWT usage by handling signing credentials and key rotation
- Built-in JWK/JWKS management for publishing and consuming keys
- Supports RSA, ECDSA and HMAC algorithms
- Helps avoid OAuth2 server boilerplate when you only need reliable JWT signing