omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

Switch from flask.ext.login to flask_login #946

Closed EdwardBetts closed 8 years ago

EdwardBetts commented 8 years ago

Importing flask.ext.login is deprecated, use flask_login instead.

See https://github.com/pallets/flask/issues/1135 for details.

EdwardBetts commented 8 years ago

I've found more occurrences of flask.ext.login and submitted a new pull request: #951.