kaleidos / grails-security-stateless

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

"Ugly" error when the token is invalid #14

Closed Alotor closed 9 years ago

Alotor commented 9 years ago

When I send an invalid token format there is an uncontrolled error. This should be returned as a JSON error.

mgdelacroix commented 9 years ago

Fixed on #22