⚠ Deprecated: Legacy, CriticalBugs
Suggested alternative: Identity.Jwt.Token.Manager
A lightweight library for generating and managing JWT tokens in .NET applications. Supports access, refresh, and ID tokens with full .NET 9.0 compatibility.
$ dotnet add package JB.JwtToken.ManagerJwtTokenManager 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.
You can install the package via NuGet:
dotnet add package JB.JwtToken.Manager