-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cookies blocked on http localhost for Ffox and Chrome #100
Comments
I know I am threatening a curse from the auth gods, just commented these out so I can get exploring:
|
Chrome works correctly for me, but localhost safari is broken. |
localhost safari is broken for me, too. And like @tadeumaia, my chrome works just fine. I'm unsure what the issue is with Safari. Is anyone else having this problem and do you know a solution? |
Through trial and error I found out secure: true does not work on safari localhost. Configuring it to change depending on the ENV.prod fixed it for me. Change it at the login set session function. |
Both |
I notice this code sets cookies correctly:
Still my cookies get blocked and so I don't get a valid login. Appreciate any trailheads, tips, tricks. TIA.
The text was updated successfully, but these errors were encountered: