update readme

This commit is contained in:
Matthew Scragg 2015-11-22 11:19:11 -06:00
parent 1e62997272
commit 4063754e12
6 changed files with 72 additions and 3 deletions

View file

@ -4,6 +4,7 @@ from flask_ldap_login import LDAPLoginForm
blueprint = Blueprint('auth.ldap', __name__)
@blueprint.route("/login/ldap", methods=['POST'])
def login():
form = LDAPLoginForm()