springboot-security

springboot security

affaan-m 232k ↓ 6.6k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • Adding authentication (JWT, OAuth2, session-based)
  • Implementing authorization (@PreAuthorize, role-based access)
  • Validating user input (Bean Validation, custom validators)
  • Configuring CORS, CSRF, or security headers
  • Managing secrets (Vault, environment variables)
  • Adding rate limiting or brute-force protection
  • Scanning dependencies for CVEs

Requirements & configuration

  • String token = header.substring(7);
  • Authentication auth = jwtService.authenticate(token);
  • For browser session apps, keep CSRF enabled; include token in forms/headers
  • token: ${VAULTTOKEN}

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

springboot security

Source

Repository: https://github.com/affaan-m/everything-claude-code

springboot-security FAQ

What does the springboot-security skill do?

Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services. Adding authentication (JWT, OAuth2, session-based) Implementing authorization (@PreAuthorize, role-based access)

What does springboot-security require?

String token = header.substring(7); Authentication auth = jwtService.authenticate(token); For browser session apps, keep CSRF enabled; include token in forms/headers token: ${VAULTTOKEN}

How do I install springboot-security?

Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill springboot-security --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.

Maintain springboot-security?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

springboot-security on getagentictools
[![springboot-security on getagentictools](https://getagentictools.com/badge/skills/affaan-m-everything-claude-code-springboot-security.svg)](https://getagentictools.com/skills/affaan-m-everything-claude-code-springboot-security?ref=badge)
npx agentictools info skills/affaan-m-everything-claude-code-springboot-security

The second line is the CLI lookup for this page — handy in READMEs and docs.