added
ASP.NET JWT SDK Added
8 days ago by Jim Verducci
📣 2025.04.11 ASP.NET JWT Validation SDK release completed 🎉:
Our first version of the ASP.NET JWT SDK is now available!
This ASP.NET Core SDK validates Wristband-issued JWTs for both users and machines. It fetches signing keys from Wristband’s JWKS endpoint and caches them in memory for performance. It plugs into ASP.NET Core’s authentication system, enabling route protection through RequireAuthorization
and enforcing issuer, lifetime, and signature checks.
You can find it at:
- GitHub: https://github.com/wristband-dev/aspnet-jwt
- NuGet: https://www.nuget.org/packages/Wristband.AspNet.Auth.Jwt
To see an example of the SDK in action, check out our ASP.NET M2M Auth demo app.