Skip to content

Grails 3 sample application which demonstrates some implementations of common Spring Security customizations

Notifications You must be signed in to change notification settings

alexkramer/grails-security-rest-redis-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grails Security Rest Redis Sample Application

Grails 3 sample application which demonstrates some implementations of common Spring Security customizations. In particular this covers scenarios for securing a REST API using Redis for the token store.

Scenarios Covered

  1. Custom login response (default only provides the token object)
  2. Locking a user after certain number of failed attempts
  3. Returning a message when the login fails (default only provides the HttpStatus code)

About

Grails 3 sample application which demonstrates some implementations of common Spring Security customizations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages