Tethik / flask-session-captcha

A captcha implemention for flask
MIT License
24 stars 8 forks source link

Depend on markupsafe #44

Closed mweinelt closed 8 months ago

mweinelt commented 8 months ago

Fixes compat with Flask 3.0, where importing markupsafe through it was removed.

https://github.com/pallets/flask/pull/4996

mweinelt commented 8 months ago

Note that flask-sessionstore which is used on the tests, has been archived in 2020, and is also not compatible with Flask 3.0.

Tethik commented 8 months ago

I haven't used Flask for a long time myself, hence this repo has been pretty stale. Is there a modern alternative to flask-sessionstore? Last I remember there were like 2-3 different forks :/

mweinelt commented 8 months ago

Not a user myself either, just refreshing our distro packages.

Flask-sessionstore seems to be a fork of flask-session.