-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I believe same-site will prevent single sign on from working but will still have multiple services share users and passwords. Users will have to login to each application.
https://github.com/pallets/flask/blob/master/docs/security.rst
samesite cookies are not supported by Flask, but there are PR for Werkzeug and Flask.
https://github.com/pallets/werkzeug/pulls?utf8=%E2%9C%93&q=is%3Aopen%20samesite
Firefox doesn't support samesite cookies. https://caniuse.com/#search=samesite
Metadata
Metadata
Assignees
Labels
No labels