-
Hello, I have a case to make token never expire forever without changing configuration `config/jwt.php' My temporary solution like this :
thank you for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
leon0399
Jan 10, 2022
Replies: 1 comment
-
You can also set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Messhias
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can also set
jwt.ttl
config orJWT_TTL
env variable tonull
, to yield a never expiring token, but keep in minid, that it is not secure