I'm new to using Grails, and I need to create long sessions, in a rest API, but I can't find any information on how to do this, I would really appreciate your help currently my system is using grails 2.5, org.grails.plugins:spring-security-rest:1.5.4 and spring-security-core:2.0-RC4', my system has logins by email and password connected to a website that uses the core and I am creating the API part, to connect from a mobile application, the main objective is that for these applications I can have the option to maintain the section started like social networks like Facebook or Gmail, on the other hand for the web memcache is used to assign the life time of the sessions, which I am not sure how to use for the mobile part, I have been trying to create the InteractiveAuthenticationSuccessEvent, AuthenticationSuccessEvent, HttpSessionListener listeners, but I'm not sure how this area works
Asked
Active
Viewed 82 times
-1
-
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Sep 24 '22 at 08:30