kaleidos / grails-security-stateless

Grails plugin to implement stateless authentication using Spring Security
Apache License 2.0
17 stars 8 forks source link

Plugin doesn't support anonymous users #8

Closed Alotor closed 9 years ago

Alotor commented 9 years ago

When an endpoint is defined using

@Secured(['IS_AUTHENTICATED_ANONYMOUSLY'])

The plugin block the call