Could I know the access token expires time? #1414
-
I just want to set Cookie the access token when User registered or signed In the web page. |
Beta Was this translation helpful? Give feedback.
Answered by
geromegrignon
Sep 17, 2023
Replies: 1 comment
-
Hi @ding-co The expiration time is set at 60 days: https://github.com/gothinkster/realworld/blob/main/apps/api/src/app/utils/token.utils.ts |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
geromegrignon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ding-co The expiration time is set at 60 days: https://github.com/gothinkster/realworld/blob/main/apps/api/src/app/utils/token.utils.ts