Can I set token_ttl to 14 days? #979
krajcikondra
started this conversation in
General
Replies: 1 comment 2 replies
-
By default config the token ttl is 1 hour (3600), you can just modify the token_ttl as you like. And perhaps you need refresh token mechanism, https://github.com/markitosgv/JWTRefreshTokenBundle |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am solving problem with annoying logout. When I login to my webpage application, close browser and after 1 hour open my webpage application again I am logged out and must login again. It`s very annoying.
When I login to facebook (etc.), close browser then I am logged in after a few days. I want it similarly.
Is proper set token_ttl instead 1 hour (3600) to 14 days? Or exist some other way how to do it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions