This drops Auth0's JWT validation into Spring Boot REST APIs with minimal fuss. You get scope-based authorization with Spring Security's hasAuthority, built-in DPoP proof-of-possession support, and auto-configuration that keeps boilerplate low. It's specifically for stateless APIs that receive access tokens from frontends or mobile apps, not for server-rendered web apps with login pages. The setup is straightforward if you remember to create an API resource in Auth0 (not an Application) and keep the https:// off your domain config. Includes an automated CLI setup option that writes your application.yml for you, which honestly saves the usual copy-paste mistakes.
npx skills add https://github.com/auth0/agent-skills --skill auth0-springboot-api