You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
I got the following warnings in Firefox when logging in:
Via the frontend (e.g., localhost:8080):
Cookie “session” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite
Via the backend (e.g., localhost:9000/login):
11:12:44.254 Cookie “_xsrf” will be soon treated as cross-site cookie against “http://localhost:9000/login” because the scheme does not match.
11:12:44.254 Cookie “jweToken” will be soon treated as cross-site cookie against “http://localhost:9000/login” because the scheme does not match.
11:12:44.254 Cookie “remember_token” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite
11:12:44.254 Cookie “session” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite
11:12:44.254 Cookie “_xsrf” will be soon treated as cross-site cookie against “http://localhost:9000/login” because the scheme does not match.
11:12:44.254 Cookie “jweToken” will be soon treated as cross-site cookie against “http://localhost:9000/login” because the scheme does not match.
branch: develop
Possible future bug 🐛
I got the following warnings in Firefox when logging in:
Via the frontend (e.g., localhost:8080):
Via the backend (e.g., localhost:9000/login):
Some warnings relate to the issue also described datavisyn/phovea_security_store_generated#34.
The text was updated successfully, but these errors were encountered: