-
Notifications
You must be signed in to change notification settings - Fork 42
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
Cookie not set with SameSite attribute #151
Comments
I think this might be an NSS issue because cookies are set by the server. |
This issue also appears using solid.community and this Chrome feature is now enabled on Android (breaking all Solid apps using the It appears the change required in NSS is not too difficult but this could also be considered a solid-auth-client issue - if cookie-based authentication fails (e.g. because the client rejects third party cookies for any other reason), ideally it should be possible to fall back to another mechanism? The NSS issue about rethinking authentication configuration also seems relevant nodeSolidServer/node-solid-server#672 |
If I understand correctly, this authentication method no longer works on new servers anyway (#173), so issues with SameSite in this library are no longer relevant and this issue can be closed as such? |
This issue is visible for all users on https://generator.inrupt.com. Once logged in, a console warning is generated, which reads:
The only cookie on the generator.inrupt.com site is for inrupt.net, which is triggering the warning.
The links in the warning (https://www.chromestatus.com/feature/5088147346030592 etc) both go into more details on the issue as well, including linking to a timeline.
The text was updated successfully, but these errors were encountered: