You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If COOKIE_SECURE="true" on localhost development, I can not test on Safari
If COOKIE_SECURE="false" on localhost development, I can not test on Chrome
To Reproduce
Steps to reproduce the behavior:
Log in to the application
Reload the browser to trigger refresh logic
User won't be logged back in (http cookie doesn't exist)
Expected behavior
I expect to be able to test functionality across multiple browsers on local development.
Screenshots
Desktop (please complete the following information):
OS: macOS
Browser Chrome
Version 94.0.4606.61
Comments
I'm guessing there's some security setting on one of the browsers that needs to be changed so I can test http-only cookies across multiple browsers.
The text was updated successfully, but these errors were encountered:
I'd recommend saving the refresh token in localStorage instead. Use cookie: false when register and logging in to receive the refresh token as part of the body.
Describe the bug
COOKIE_SECURE="true"
onlocalhost
development, I can not test on SafariCOOKIE_SECURE="false"
onlocalhost
development, I can not test on ChromeTo Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to be able to test functionality across multiple browsers on local development.
Screenshots
Desktop (please complete the following information):
Comments
I'm guessing there's some security setting on one of the browsers that needs to be changed so I can test http-only cookies across multiple browsers.
The text was updated successfully, but these errors were encountered: