2 What's new in 1.5? - Reference Documentation
Authors: Alvaro Sanchez-Mariscal
Version: 1.5.0.RC3
2 What's new in 1.5?
JWT support
JWT is fully supported and is now the default token "storage" mechanism. If you still want to use your previous storage (such as Memcached or GORM), make sure you explicitly set totrue
one of the following properties:Config key | Default value |
---|---|
grails.plugin.springsecurity.rest.token.storage.useMemcached | false |
grails.plugin.springsecurity.rest.token.storage.useGorm | false |
grails.plugin.springsecurity.rest.token.storage.useGrailsCache | false |
Redis support
Redis can now be used as token storage service. Thanks to Philipp Eschenbach for his initial contribution.New package base
Packagescom.odobo.grails.plugin.springsecurity.rest.
have been refactored to simply grails.plugin.springsecurity.rest.
.
Make sure to double-check your imports when upgrading to 1.5.