JB.JwtToken.Manager
1.0.1
Suggested Alternatives
dotnet add package JB.JwtToken.Manager --version 1.0.1
NuGet\Install-Package JB.JwtToken.Manager -Version 1.0.1
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="JB.JwtToken.Manager" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JB.JwtToken.Manager --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: JB.JwtToken.Manager, 1.0.1"
#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.
// Install JB.JwtToken.Manager as a Cake Addin #addin nuget:?package=JB.JwtToken.Manager&version=1.0.1 // Install JB.JwtToken.Manager as a Cake Tool #tool nuget:?package=JB.JwtToken.Manager&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
JwtTokenManager
JwtTokenManager is a lightweight library for generating, validating, and managing JWT tokens in .NET 9.0. It supports access tokens, refresh tokens, and ID tokens with secure hashing and token validation functionality.
Features
- Generate Access Tokens, Refresh Tokens, and ID Tokens.
- Validate tokens for integrity and expiration.
- Secure hashing for refresh tokens.
- Easy integration with .NET 9.0 applications.
- Fully open-source and licensed under MIT.
Installation
You can install the package via NuGet:
dotnet add package JB.JwtToken.Manager
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- Microsoft.Extensions.Options (>= 9.0.1)
- System.IdentityModel.Tokens.Jwt (>= 8.3.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Notes Initial release of JwtTokenManager. Includes access token, refresh token, and ID token generation, validation, and secure hashing with .NET 9.0 support.