How can I edit the session timeout for users who use the application builder?
When I login as a testuser, I’m logged out of the application after only a few minutes. I would like to know how to change the session timeout for the application builder. Do you know where I can change the session timeout for each application?
If you are using the SaaS It’s not possible. If you have a self hosted instance you can change the variable ACCESS_TOKEN_LIFETIME and REFRESH_TOKEN_LIFETIME.
However I’m a bit surprised because the authentification last for 7 days byu default, not a few minutes as you mentionned. FYI in the context of the preview, it’s not possible the retain the authentication so as soon as you reload the authentication is lost but it shouldn’t be the case for the published application, is it?