kaleidos / grails-security-stateless

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

Return 201 on token creation #29

Closed Alotor closed 9 years ago

Alotor commented 9 years ago

Changes the response code on token creation from 200(OK) to 201(CREATED).

This looks like a more semantic response for the creation of a new token