grails / grails-spring-security-rest

Grails plugin to implement token-based, RESTful authentication using Spring Security
http://alvarosanchez.github.io/grails-spring-security-rest/
Other
204 stars 114 forks source link

Check jwt secret throw wrong message #390

Closed mkmikael closed 5 years ago

mkmikael commented 5 years ago

Thorw actually this message:

A JWT secret must be defined. Please provide a value for the config property: grails.plugin.springsecurity.conf.rest.token.storage.jwt.secret

That config is wrong "grails.plugin.springsecurity.conf.rest.token.storage.jwt.secret". Should be "grails.plugin.springsecurity.rest.token.storage.jwt.secret"

mkmikael commented 5 years ago

Ops.. There are a issue #367