Setup & Installation
What This Skill Does
Secures Fastify API endpoints with JWT Bearer token validation through Auth0. It registers as a Fastify plugin and provides route-level middleware for verifying access tokens and checking scopes or permissions on REST APIs. It handles JWKS fetching, token verification, and scope checks out of the box, so you don't have to manually decode JWTs or manage signing key rotation yourself.
When to use it
- Working with auth0 fastify api functionality
- Implementing auth0 fastify api features
- Debugging auth0 fastify api related issues
