NetDevPack.Security.Jwt.AspNetCore 9.0.4

dotnet add package NetDevPack.Security.Jwt.AspNetCore --version 9.0.4
                    
NuGet\Install-Package NetDevPack.Security.Jwt.AspNetCore -Version 9.0.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NetDevPack.Security.Jwt.AspNetCore" Version="9.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NetDevPack.Security.Jwt.AspNetCore" Version="9.0.4" />
                    
Directory.Packages.props
<PackageReference Include="NetDevPack.Security.Jwt.AspNetCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NetDevPack.Security.Jwt.AspNetCore --version 9.0.4
                    
#r "nuget: NetDevPack.Security.Jwt.AspNetCore, 9.0.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NetDevPack.Security.Jwt.AspNetCore@9.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NetDevPack.Security.Jwt.AspNetCore&version=9.0.4
                    
Install as a Cake Addin
#tool nuget:?package=NetDevPack.Security.Jwt.AspNetCore&version=9.0.4
                    
Install as a Cake Tool

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.

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on NetDevPack.Security.Jwt.AspNetCore:

Package Downloads
NetDevPack.Identity

.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities

CleberfBarbosa.Infra

Package Description

Domain.App.Core

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on NetDevPack.Security.Jwt.AspNetCore:

Repository Stars
desenvolvedor-io/dev-store
A microservices e-commerce reference application built with ASP.NET 9
NetDevPack/Security.Identity
.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities
Version Downloads Last Updated
9.0.4 132 2/5/2026
9.0.0 89 2/5/2026
8.2.2 11,462 2/24/2025
8.1.5 36,856 4/27/2024
8.1.4 1,732 4/19/2024
8.1.1 9,368 2/8/2024
7.1.3 40,491 6/13/2023
7.1.2 1,894 5/29/2023
7.1.1 2,093 5/3/2023
7.1.0 1,070 4/14/2023
7.0.2 4,097 12/5/2022
7.0.1 1,028 11/20/2022
7.0.0 1,097 11/17/2022
6.0.7 53,984 8/22/2022
6.0.6 3,490 5/5/2022
6.0.5 19,336 4/17/2022
6.0.4 962 4/17/2022
6.0.3 1,844 4/6/2022
Loading failed

Initial release:
   - ASP.NET Core JWKS endpoint
   - JWK/JWKS management and rotation support
   - Compatible with OAuth2 / OpenID Connect