
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
.. image:: https://github.com/nickw444/flask-ldap3-login/actions/workflows/workflow.yaml/badge.svg :target: https://github.com/nickw444/flask-ldap3-login/actions/workflows/workflow.yaml
.. image:: https://coveralls.io/repos/nickw444/flask-ldap3-login/badge.svg :target: https://coveralls.io/r/nickw444/flask-ldap3-login
.. image:: https://img.shields.io/pypi/v/flask-ldap3-login.svg :target: https://pypi.python.org/pypi/flask-ldap3-login/ :alt: Latest Version
Flask LDAP3 Login allows you to easily integrate your flask app with an LDAP directory. It can be used as an extension to Flask-Login and can even be used with Flask-Principal for permission and privilege management.
Flask LDAP3 Login uses the ldap3 <http://ldap3.readthedocs.org/en/latest/>
_ library,
and maintains compatibility with those versions of Python supported by upstream.
Flask LDAP3 Login Will:
* Allow you to query whether or not a user's credentials are correct
* Query the directory for users details
* Query the directory for group details
* Query the directory for users group memberships
* Provide a contextual ldap_manager.connection
object (ldap3.Connection
)
which can be used in any flask request context. Useful for writing
your own more advanced queries.
Flask LDAP3 Login Wont:
* Provide a login/logout mechanism. You need to provide this with something
like flask-login <https://flask-login.readthedocs.org/en/latest/>
_
* Provide any extension to the application's session. User tracking and
group tracking should be done via flask-login <https://flask-login.readthedocs.org/en/latest/>
_ and flask-principal <https://pythonhosted.org/Flask-Principal/>
_
View the Full Documentation at ReadTheDocs <http://flask-ldap3-login.readthedocs.org/en/latest/>
_
FAQs
LDAP Support for Flask
We found that flask-ldap3-login demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.