Metadata-Version: 2.1
Name: flask-mod-auth-gssapi
Version: 1.1.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.8.0,<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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: flask (>=2.0.0,<4.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.

If you're using sessions from `mod_session` with `mod_auth_gssapi`, set your
application's `MOD_AUTH_GSSAPI_SESSION_HEADER` configuration variable to the
value you used in Apache's configuration file for `SessionHeader`. This will
signal `mod_session` to invalidate the session when the authentication
credential has expired.

