added
Typescript JWT SDK Added
20 days ago by Jim Verducci
📣 Our first version of the Typescript JWT Validation SDK is now available! 🎉
This Typescript 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. Developers should use this to protect routes and ensure that only valid, Wristband-issued access tokens can access secured APIs. This SDK is designed to work for any Typescript framework (Node.js 20+, Deno, Bun, Cloudflare Workers, etc.) and relies on native Web APIs.
You can find it at:
GitHub: https://github.com/wristband-dev/typescript-jwt
To see an example of the SDK in action, check out our Express M2M Auth demo app.