mbr / flask-kvsession

A drop-in replacement for Flask's session handling using server-side sessions.
http://pythonhosted.org/Flask-KVSession/
MIT License
168 stars 53 forks source link

Add support for SESSION_COOKIE_SAMESITE #52

Open ldruschk opened 4 years ago

ldruschk commented 4 years ago

Add support for the SESSION_COOKIE_SAMESITE configuration option as documented in https://flask.palletsprojects.com/en/1.1.x/config/#SESSION_COOKIE_SAMESITE

(note that this includes the .travis.yml changes from #51)

blazerguns commented 2 years ago

@mbr I understand you may not be maintaining this project anymore. Would it be possible to just merge this PR? This would help fix samesite attribute control.