I made a small Flask application and I would like users to be able to authenticate with their Windows NT IDs. I am not a part of the IT team, so I have limited insight into this
For Name: Flask-LDAP, Version: 0.1.6 use this:
Name: Flask-LDAP, Version: 0.1.6
To install: pip install Flask-LDAP
pip install Flask-LDAP
and import by:
from flask import Flask from flask_ldap import LDAP, login_required
then follow along Priyank's example.