-
Notifications
You must be signed in to change notification settings - Fork 574
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
Update express to 4.17 to set sameSite: 'none'
cookie
#623
Comments
This is really important. I have a production application breaking now when clients update their Chrome to a version that rejects any cookies without this set. It should be an easy fix, no? Express has already been updated to support this. |
Any progress? I also have a production app that users are no longer able to log in to. |
Bump. Having the same issue. Can we please support |
Yes, need this supported please! |
You should be able to get it working by resolving Express to a newer version such as "resolutions": {
"express": "4.17.0"
} If you are using https://github.com/rogeriochaves/npm-force-resolutions#how-to-use |
As an update to this issue, you can fix it by deleting your |
Hey @adithya321 @baileymckay @Asjas @gregegan @greggall @lejager we @the-guild-org are the new maintainers for this project. We are actively developing |
expressjs/express#3958
The text was updated successfully, but these errors were encountered: