Skip to content
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

The "apollo:default.token" cookie does not have the "SameSite" attribute with a valid value. #486

Closed
hermesalvesbr opened this issue Mar 7, 2023 · 0 comments · Fixed by #597
Labels

Comments

@hermesalvesbr
Copy link

Environment



Describe the bug

cookie "apollo:default.token" does not have "SameSite" attribute with valid value. Soon, cookies without "SameSite" attribute or with invalid value will be treated as "Lax". It means that the cookie will no longer be sent in third-party contexts. If your application depends on the availability of this cookie in such contexts, add the "SameSite=None" attribute. Learn more about the "SameSite" attribute at https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite

Expected behaviour

I expected the documentation to teach a way to put more attributes in the cookie.

Reproduction

No response

Additional context

No response

Logs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant