Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Update Cookies #69

@keckelt

Description

@keckelt

branch: develop

Possible future bug 🐛

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.

Some warnings relate to the issue also described datavisyn/phovea_security_store_generated#34.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions