flask-mod-auth-gssapi


Nameflask-mod-auth-gssapi JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/fedora-infra/flask-mod-auth-gssapi
SummaryA Flask extention to make use of the authentication provided by the mod_auth_gssapi extention of Apache's HTTPd.
upload_time2024-10-16 09:35:46
maintainerNone
docs_urlNone
authorFedora Infrastructure
requires_python<4.0.0,>=3.8.0
licenseMIT
keywords security web
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fedora-infra/flask-mod-auth-gssapi",
    "name": "flask-mod-auth-gssapi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.8.0",
    "maintainer_email": null,
    "keywords": "security, web",
    "author": "Fedora Infrastructure",
    "author_email": "admin@fedoraproject.org",
    "download_url": "https://files.pythonhosted.org/packages/df/3b/a202013c9e07e03920d7fc9ee6f5005564149510a4fb7eb626787a6128dc/flask_mod_auth_gssapi-1.1.1.tar.gz",
    "platform": null,
    "description": "# Flask Mod Auth GSSAPI\n\n\nA Flask extention to make use of the authentication provided by the\n[mod_auth_gssapi](https://github.com/gssapi/mod_auth_gssapi) extention of\nApache's HTTPd. See [FASJSON](https://github.com/fedora-infra/fasjson) for a\nusage example.\n\nIf you're using sessions from `mod_session` with `mod_auth_gssapi`, set your\napplication's `MOD_AUTH_GSSAPI_SESSION_HEADER` configuration variable to the\nvalue you used in Apache's configuration file for `SessionHeader`. This will\nsignal `mod_session` to invalidate the session when the authentication\ncredential has expired.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Flask extention to make use of the authentication provided by the mod_auth_gssapi extention of Apache's HTTPd.",
    "version": "1.1.1",
    "project_urls": {
        "Homepage": "https://github.com/fedora-infra/flask-mod-auth-gssapi",
        "Repository": "https://github.com/fedora-infra/flask-mod-auth-gssapi"
    },
    "split_keywords": [
        "security",
        " web"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52dad1b50f65d4d7aeaf35b5778e7c6d42c7c4c178b07459c6836554f9538101",
                "md5": "630326012a297878b5131e35ad13b190",
                "sha256": "30e0fae0c092d8d94c89fb27de43b722b60e18a8bd557f5c932301e14687efd7"
            },
            "downloads": -1,
            "filename": "flask_mod_auth_gssapi-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "630326012a297878b5131e35ad13b190",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.8.0",
            "size": 8345,
            "upload_time": "2024-10-16T09:35:45",
            "upload_time_iso_8601": "2024-10-16T09:35:45.210316Z",
            "url": "https://files.pythonhosted.org/packages/52/da/d1b50f65d4d7aeaf35b5778e7c6d42c7c4c178b07459c6836554f9538101/flask_mod_auth_gssapi-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df3ba202013c9e07e03920d7fc9ee6f5005564149510a4fb7eb626787a6128dc",
                "md5": "aa5c7939dcf6734899e560b6b74b353f",
                "sha256": "1479dc3d9dc0cef88bb3f93013eb3cdcf574c2df1447543e414371575e2b111d"
            },
            "downloads": -1,
            "filename": "flask_mod_auth_gssapi-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "aa5c7939dcf6734899e560b6b74b353f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.8.0",
            "size": 6315,
            "upload_time": "2024-10-16T09:35:46",
            "upload_time_iso_8601": "2024-10-16T09:35:46.485165Z",
            "url": "https://files.pythonhosted.org/packages/df/3b/a202013c9e07e03920d7fc9ee6f5005564149510a4fb7eb626787a6128dc/flask_mod_auth_gssapi-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-16 09:35:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fedora-infra",
    "github_project": "flask-mod-auth-gssapi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "flask-mod-auth-gssapi"
}
        
Elapsed time: 0.57472s