Metadata-Version: 2.1
Name: flask-mod-auth-gssapi
Version: 0.2.0
Summary: A Flask extention to make use of the authentication provided by the mod_auth_gssapi extention of Apache's HTTPd.
Home-page: https://github.com/fedora-infra/flask-mod-auth-gssapi
License: MIT
Keywords: security,web
Author: Fedora Infrastructure
Author-email: admin@fedoraproject.org
Requires-Python: >=3.6.2,<4.0.0
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: flask (<3.0.0)
Requires-Dist: gssapi (>=1.6.2,<2.0.0)
Project-URL: Repository, https://github.com/fedora-infra/flask-mod-auth-gssapi
Description-Content-Type: text/markdown

# Flask Mod Auth GSSAPI


A Flask extention to make use of the authentication provided by the
[mod_auth_gssapi](https://github.com/gssapi/mod_auth_gssapi) extention of
Apache's HTTPd. See [FASJSON](https://github.com/fedora-infra/fasjson) for a
usage example.

