Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 657 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 657 Bytes

Tuts+ Tutorial: Flask Authentication with LDAP

Instructor: Shalabh Aggarwal

Flask is a Python based micro web-framework which allows you to write your web applications quickly and efficiently. LDAP is an Internet Protocol for looking up contact information about users, information about certificates, network pointers, etc from a server where the data is stored in a directory style structure. In this tutorial, I will take you through how to implement authentication of users in your Flask application using LDAP.

Tuts+ tutorial available at: Flask Authentication with LDAP