Replies: 1 comment
-
Hello, I have the same case and it's ok to have the refresh_token in cookie : you just have to set { withCredentials : true } in your post request to refresh the token. Cookies will be passed automatically. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
My backend server for authentification return an access token in the response API and refresh token in a HTTP Only cookie.
Is this case covered or is it mandatory to have the refresh token in the API response?
Beta Was this translation helpful? Give feedback.
All reactions