spring-security
Installation
SKILL.md
Spring Security Skill
Master Spring Security for authentication, authorization, OAuth2/OIDC, JWT, and security best practices.
Overview
This skill covers everything needed to build secure Spring Boot applications following OWASP guidelines.
Parameters
| Name | Type | Required | Default | Validation |
|---|---|---|---|---|
auth_type |
enum | ✗ | jwt | jwt | session | oauth2 |
oauth_provider |
enum | ✗ | - | google | github | keycloak |
rbac_model |
enum | ✗ | role | role | permission |