Replies: 1 comment
-
Seems like it exists if you set the cookie using the Next.js built in cookie function. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
partitioned
attribute in cookiesNon-Goals
Background
Chrome has started to deprecate third party cookies, this leaves iframe application unable to persist state for purposes such as authentication. In order for iframe applications to continue to use cookies without requiring additional user interaction, they need to set the
partitioned
attribute on the cookie.Proposal
Add
partitioned
attribute to ResponseCookie and the ability to setpartitioned
in Set-Cookie headerBeta Was this translation helpful? Give feedback.
All reactions