Open lxbdr opened 1 year ago
Sorry for not getting to this earlier. 😬 Your proposed change looks good to me.
We could move forward with it – although Google is now stating that we should implement other/additional measures in the meantime:
Do we want to investigate that here or in a separate issue/PR?
Chrome prohibits the refresh_token cookie from being set from cross-origin requests because it is missing the samesite attribute.
Things to consider:
Lax
maybe this could even be set toStrict
as the refresh_token is probably only used on subsequent requests in a first-party context when not cross-origin.