GrailsAngularWithShiro
Angular integration with Shiro Security In Grails
To Login http://localhost:8080/rest/auth?username=admin&password=password http://localhost:8080/rest/auth?username=joe&password=password
To Authenticate http://localhost:8080/rest/bossRoom?token=O8K4GS2FDDCJJR6Q http://localhost:8080/rest/secretaryRoom?token=D97OCAGHT5EJEN9Q&domain=tasks1 http://localhost:8080/rest/secretaryRoom?token=D97OCAGHT5EJEN9Q&domain=tasks
References used for this project https://github.com/fedotxxl/grails-shiro-rest http://witoldsz.github.io/angular-http-auth/