Top "Flask-login" questions

Flask-Login provides user session management for the python web framework Flask.

Flask-Login raises TypeError: 'bool' object is not callable when trying to override is_active property

I want to modify is_active in Flask-Login so that users are not always active. The default always returns True, …

python flask flask-login
Proper use of Flask-ldap

I am currently trying to use Flask-LDAP for authentication purposes for Sandman. Unlike normal python LDAP where the documentation is …

python flask ldap flask-login