I want to set timeout for my rest api. I tried different options but it doesn't work.
plugin.springsecurity.rest.token.storage.jwt.expiration=1800
OR
grails.plugin.springsecurity.rest.token.storage.memcached.expiration=1800
But both options are not works for me.
What I want is the security token have to expire if more than 30 min if it is idle.