spring-security-example
spring-security-example copied to clipboard
REST authentication apis & token based authentication, etc.
Example for Using Spring Security.
Highlights
- API Token based authentication
- URL Path based authentication
- Implement login/logout system for REST APIs
- Accept JSON login message
- Handle CSRF for REST APIs
- Example for returning 200 with custom response on success/failure