Closed kmccurley closed 11 months ago
Apparently changes in werkzeug and flask have broken flask_login. See https://github.com/maxcountryman/flask-login/issues/744
In order to fix this temporarily, I have frozen werkzeug and flask at older versions.
This appears to have been fixed with flask_login version 0.6.3.
Apparently changes in werkzeug and flask have broken flask_login. See https://github.com/maxcountryman/flask-login/issues/744
In order to fix this temporarily, I have frozen werkzeug and flask at older versions.