Closed hacksparrow closed 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS
file at the top-level of this repository.
The sameSite cookie property is a tricky one.
We should make it configurable for the
access_token
anduserId
cookies generated by this component. Some users may want both to beStrict
, some may want a mix ofStrict
,Lax
, orNone
, etc.Acceptance criteria
sameSite
property ofaccess_token
anduserId
cookies configurable.