nginx-ldap-auth-service


Namenginx-ldap-auth-service JSON
Version 2.0.5 PyPI version JSON
download
home_pagehttps://github.com/caltechads/nginx-ldap-auth-service
SummaryA FastAPI app that authenticates users via LDAP and sets a cookie for nginx
upload_time2023-07-20 23:25:08
maintainer
docs_urlNone
authorCaltech IMSS ADS
requires_python
license
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": "https://github.com/caltechads/nginx-ldap-auth-service",
    "name": "nginx-ldap-auth-service",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "nginx,ldap,auth,fastapi,devops",
    "author": "Caltech IMSS ADS",
    "author_email": "imss-ads-staff@caltech.edu",
    "download_url": "https://files.pythonhosted.org/packages/83/ad/deb4231092dbcde98f3865e2a710459163b5c20e1139d6649a0fb38350a1/nginx-ldap-auth-service-2.0.5.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": "",
    "summary": "A FastAPI app that authenticates users via LDAP and sets a cookie for nginx",
    "version": "2.0.5",
    "project_urls": {
        "Homepage": "https://github.com/caltechads/nginx-ldap-auth-service"
    },
    "split_keywords": [
        "nginx",
        "ldap",
        "auth",
        "fastapi",
        "devops"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31eb833dce1336e3042aac111f852c71b8f9942d7462a97896db4dceadcf915c",
                "md5": "c3e2f6537f55919aa999dbce5a174647",
                "sha256": "ab3b2a532b7d90289784a49f4dbdb865e1e09bf860966b38fef5ae5f2ce5d29d"
            },
            "downloads": -1,
            "filename": "nginx_ldap_auth_service-2.0.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c3e2f6537f55919aa999dbce5a174647",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 18809,
            "upload_time": "2023-07-20T23:25:07",
            "upload_time_iso_8601": "2023-07-20T23:25:07.109230Z",
            "url": "https://files.pythonhosted.org/packages/31/eb/833dce1336e3042aac111f852c71b8f9942d7462a97896db4dceadcf915c/nginx_ldap_auth_service-2.0.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83addeb4231092dbcde98f3865e2a710459163b5c20e1139d6649a0fb38350a1",
                "md5": "f2e08abf3a6b0d851b2fac982cba8ecc",
                "sha256": "99cd6ceb5d3a8470054df604533a9813b035597b1574d535385ea808897e230f"
            },
            "downloads": -1,
            "filename": "nginx-ldap-auth-service-2.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "f2e08abf3a6b0d851b2fac982cba8ecc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 22081,
            "upload_time": "2023-07-20T23:25:08",
            "upload_time_iso_8601": "2023-07-20T23:25:08.674637Z",
            "url": "https://files.pythonhosted.org/packages/83/ad/deb4231092dbcde98f3865e2a710459163b5c20e1139d6649a0fb38350a1/nginx-ldap-auth-service-2.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-20 23:25:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "caltechads",
    "github_project": "nginx-ldap-auth-service",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "nginx-ldap-auth-service"
}
        
Elapsed time: 0.08950s