COUR4G3 / flask-gssapi

HTTP Negotiate (GSSAPI) authentication support for Flask applications.
MIT License
6 stars 8 forks source link

Flask-GSSAPI working example #13

Closed dubravat closed 3 years ago

dubravat commented 3 years ago

I have created an example of a simple Flask application with an implementation of Flask-GSSAPI. (Inspiration: https://github.com/deshaw/flask-kerberos/tree/master/example)

COUR4G3 commented 3 years ago

Don't know how I missed this, my apologies, and thank you for the contribution, will merge this now.