The Spring Security REST Grails plugin allows you to use Spring Security for a stateless, token-based, RESTful authentication.
Questions tagged [spring-security-rest]
213 questions
-1
votes
2 answers
Spring Security using value of variable in class to authenticate
I am using Spring Security in my application. I am authenticating APIs based on the role (ADMIN, USER).
There is one API endpoint which I would like to restrict access using the value of a variable passed as parameter to it.
I have…

Mihir Khandekar
- 108
- 1
- 16
-1
votes
2 answers
Error compiling Grails 2.4.2 application when adding Spring Security Rest plugin to BuildConfig.groovy
I have a Grails 2.4.2 application working with Spring Security Core and I'm trying to implement a Restful API with authentication. For this, just added Spring Security Rest v1.5.4 as a plugin in my BuildConfig.groovy file, as follows:
…

Augusto Escobar
- 36
- 10