added

ASP.NET JWT SDK Added

📣 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:

To see an example of the SDK in action, check out our ASP.NET M2M Auth demo app.