Solid JWT implementation for Spring Boot 3.5.x and Spring Security 6.x that covers the full authentication flow: token generation with JJWT 0.12.6, Bearer and HttpOnly cookie strategies, refresh token rotation, and method-level authorization with @PreAuthorize. You get concrete patterns for JwtService, OncePerRequestFilter setup, SecurityFilterChain configuration, and token revocation. Use this when you're building stateless auth for a REST API or SPA backend and need RBAC or permission-based access control. The skill includes OAuth2 integration patterns and database-backed user management. It assumes you want production-ready patterns, not just the happy path.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill spring-boot-security-jwt