Metadata-Version: 1.2
Name: Flask-SSPI
Version: 0.1.1
Summary: SSPI authentication support for Flask
Home-page: http://github.com/ceprio/flask-sspi
Author: ceprio
Author-email: c.pypi@zone-c5.com
License: BSD
Description: 
        Flask-SSPI
        --------------
        
        Provides SSPI authentication support for Flask applications under windows. NTLM is used
        for the challenge/response of the client. 
        
        Links
        `````
        
        * `documentation <http://github.com/ceprio/flask-sspi>`_
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
