Secure your Spring Boot app with JWT tokens. This pattern handles user login, token creation, and access control. It works with Bearer headers or secure cookies.
You can set up role-based permissions using Spring Security annotations. The skill also supports OAuth2 providers like Google or GitHub. Use refresh tokens for longer sessions and token revocation for logout.
This is designed for Spring Boot 3.5 and Spring Security 6. Developers can quickly add stateless authentication to their backends. No need to build everything from scratch.
Global
mkdir -p ~/.claude/skills/spring-boot-security-jwtProject
mkdir -p .claude/skills/spring-boot-security-jwtSource Repository
Entra App Registrationmicrosoft/azure-skills
Register apps in Entra ID for secure authentication and API access with OAuth 2.0
Entra Agent Idmicrosoft/azure-skills
Create unique OAuth identities for each AI agent instance using Microsoft Graph
Firebase Auth Basicsfirebase/agent-skills
Add secure user sign-in to your app with Firebase Authentication in minutes
Convex Setup Authget-convex/agent-skills
Set up secure login and user management for your Convex app
Better Auth Best Practicesbetter-auth/skills
Add secure login to your app with email, OAuth, and plugins
Create Auth Skillbetter-auth/skills
Set up login and sign-up in your app with Better Auth easily
Email And Password Best Practicesbetter-auth/skills
Set up email verification, password reset, and secure login with Better Auth
Clerk Setupclerk/skills
Quickly add Clerk authentication to any project using the CLI tool