nickw444 / flask-ldap3-login

LDAP3 Logins for Flask/Flask-Login
http://flask-ldap3-login.readthedocs.org/en/latest/
MIT License
73 stars 38 forks source link
flask flask-extensions hacktoberfest ldap ldap-library python python2 python3

Flask-LDAP3-Login

.. 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:

Flask LDAP3 Login Wont:

View the Full Documentation at ReadTheDocs <http://flask-ldap3-login.readthedocs.org/en/latest/>_