spring-security-example icon indicating copy to clipboard operation
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