nginx-ldap-auth-service


Namenginx-ldap-auth-service JSON
Version 2.3.0 PyPI version JSON
download
home_pageNone
SummaryA FastAPI app that authenticates users via LDAP and sets a cookie for nginx
upload_time2025-10-29 17:38:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords nginx ldap auth fastapi devops
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # nginx-ldap-auth-service

`nginx-ldap-auth-service` provides a daemon (`nginx-ldap-auth`) that
communicates with an LDAP or Active Directory server to authenticate users with
their username and password, as well as a login form for actually allowing users
to authenticate.  You can use this in combination with the nginx module
[ngx_http_auth_request_module](http://nginx.org/en/docs/http/ngx_http_auth_request_module.html)
to provide authentication for your nginx server.

See the [Documentation](https://nginx-ldap-auth-service.readthedocs.io) for more
information.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nginx-ldap-auth-service",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "Christopher Malek <cmalek@caltech.edu>",
    "keywords": "nginx, ldap, auth, fastapi, devops",
    "author": null,
    "author_email": "Caltech IMSS ADS <imss-ads-staff@caltech.edu>",
    "download_url": "https://files.pythonhosted.org/packages/45/f4/236448fa0037ec5e364c771a64627e4d2a968329940f992984891da76004/nginx_ldap_auth_service-2.3.0.tar.gz",
    "platform": null,
    "description": "# nginx-ldap-auth-service\n\n`nginx-ldap-auth-service` provides a daemon (`nginx-ldap-auth`) that\ncommunicates with an LDAP or Active Directory server to authenticate users with\ntheir username and password, as well as a login form for actually allowing users\nto authenticate.  You can use this in combination with the nginx module\n[ngx_http_auth_request_module](http://nginx.org/en/docs/http/ngx_http_auth_request_module.html)\nto provide authentication for your nginx server.\n\nSee the [Documentation](https://nginx-ldap-auth-service.readthedocs.io) for more\ninformation.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A FastAPI app that authenticates users via LDAP and sets a cookie for nginx",
    "version": "2.3.0",
    "project_urls": null,
    "split_keywords": [
        "nginx",
        " ldap",
        " auth",
        " fastapi",
        " devops"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "45f4236448fa0037ec5e364c771a64627e4d2a968329940f992984891da76004",
                "md5": "628b643ded2014b24f3fa4e163f528ab",
                "sha256": "c4998f24fd098618f42adb718fb7f0edc3d3f304638781132254c926587e36c3"
            },
            "downloads": -1,
            "filename": "nginx_ldap_auth_service-2.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "628b643ded2014b24f3fa4e163f528ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 175838,
            "upload_time": "2025-10-29T17:38:57",
            "upload_time_iso_8601": "2025-10-29T17:38:57.030906Z",
            "url": "https://files.pythonhosted.org/packages/45/f4/236448fa0037ec5e364c771a64627e4d2a968329940f992984891da76004/nginx_ldap_auth_service-2.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-29 17:38:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nginx-ldap-auth-service"
}
        
Elapsed time: 1.71372s