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
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.
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
The text was updated successfully, but these errors were encountered: