UMDLARS / dtanm

A framework to teach adversarial thinking to software developers without requiring any special security knowledge
3 stars 2 forks source link

Update Flask-Security to Flask-Security-Too #82

Open ChandlerSwift opened 4 years ago

ChandlerSwift commented 4 years ago

Flask-Security is currently unmaintained.

https://github.com/mattupstate/flask-security => https://github.com/jwag956/flask-security/

ChandlerSwift commented 4 years ago

A simple upgrade seems to break git activity. The user-not-authenticated thing results in a 301 instead of a 403 (redirect instead of permission denied) and Git doesn't know how to handle that.