AI AGENT ADDONS

Spring Boot Security Jwt

giuseppe-trisciuoglio/developer-kit

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.

Add Spring Boot Security Jwt skill to your workflow

Global

mkdir -p ~/.claude/skills/spring-boot-security-jwt

Project

mkdir -p .claude/skills/spring-boot-security-jwt

Source Repository

Stars
293
Forks
33
Watchers
293
License
MIT
Last Push
29 days ago
Created
9 months ago