refresh token with loco. #701
Unanswered
longjin1991
asked this question in
Q&A
Replies: 1 comment
-
the JWT token does not need a refresh in the classic OAuth way (there is no "refresh token") however, if you're worried about expiry, you can set to expire to a longer time period. if you need a token that is used for API (automation, etc), then you need to use token authentication, which sets a unique and secret token for every user record. this token does not expire unless you manually set a process to expire it, and therefore does not need refresh. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how to refresh token with loco.
Can someone give me an example of refresh token with loco.
thank you.
Beta Was this translation helpful? Give feedback.
All reactions