inveniosoftware / invenio-accounts

Invenio module for managing user accounts.
https://invenio-accounts.readthedocs.io
MIT License
5 stars 67 forks source link

Flask-login 0.5.0 breaks invenio-accounts #298

Open ntarocco opened 4 years ago

ntarocco commented 4 years ago

See change log: https://github.com/maxcountryman/flask-login/blob/master/CHANGES#L9 They have changed the name of the sessions' fields.

lnielsen commented 4 years ago

Seems like the main way to fix this would be to move to Flask-Security-Too fork of Flask-Security.