-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate increasing logged in time #147
Comments
I think the option we need to change is "Token Expiration For Browser" in the API section (token_lifetime_for_web for Management API). When I changed it to a small number (like 5 seconds), I was logged out after pretty quickly (after refreshing page) |
I will be able to fix that if I get a login for our production server |
I've updated this for prod. Mostly it might just be nice to have this updated for the initial setup script |
hi @wdoug 👋 where can we find the initial setup script? |
Here is the startup script that currently gets run when calling |
We updated this in Prod, and I don't think it's high priority to update it for development. Maybe we could just add a note on how to do it to the Readme |
As a user or developer, I would like to stay logged in for longer than just a few hours, so I don't have to go through the login process so often
The text was updated successfully, but these errors were encountered: