flask-ldap3-login


Nameflask-ldap3-login JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummaryLDAP Support for Flask
upload_time2024-08-15 12:46:48
maintainerNone
docs_urlNone
authorNone
requires_python>=3.5
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Flask-LDAP3-Login
============================================

.. image:: https://github.com/nickw444/flask-ldap3-login/actions/workflows/workflow.yaml/badge.svg
    :target: https://github.com/nickw444/flask-ldap3-login/actions/workflows/workflow.yaml

.. image:: https://coveralls.io/repos/nickw444/flask-ldap3-login/badge.svg
    :target: https://coveralls.io/r/nickw444/flask-ldap3-login

.. image:: https://img.shields.io/pypi/v/flask-ldap3-login.svg
    :target: https://pypi.python.org/pypi/flask-ldap3-login/
    :alt: Latest Version


Flask LDAP3 Login allows you to easily integrate your flask app with an LDAP
directory. It can be used as an extension to Flask-Login and can even be used
with Flask-Principal for permission and privilege management.

Flask LDAP3 Login uses the `ldap3 <http://ldap3.readthedocs.org/en/latest/>`_ library,
and maintains compatibility with those versions of Python supported by upstream.

Flask LDAP3 Login **Will**:
    * Allow you to query whether or not a user's credentials are correct
    * Query the directory for users details
    * Query the directory for group details
    * Query the directory for users group memberships
    * Provide a contextual ``ldap_manager.connection`` object (``ldap3.Connection``)
      which can be used in any flask request context. Useful for writing
      your own more advanced queries.
    
Flask LDAP3 Login **Wont**:
    * Provide a login/logout mechanism. You need to provide this with something
      like `flask-login <https://flask-login.readthedocs.org/en/latest/>`_
    * Provide any extension to the application's session. User tracking  and 
      group tracking should be done via `flask-login <https://flask-login.readthedocs.org/en/latest/>`_ and `flask-principal <https://pythonhosted.org/Flask-Principal/>`_  


`View the Full Documentation at ReadTheDocs <http://flask-ldap3-login.readthedocs.org/en/latest/>`_

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "flask-ldap3-login",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Nick Whyte <nick@nickwhyte.com>",
    "download_url": "https://files.pythonhosted.org/packages/36/ec/4b565bde4cb411d236f6f7e56b05158a5d509f75ccfd43f51c71ef0c33e4/flask_ldap3_login-1.0.2.tar.gz",
    "platform": null,
    "description": "Flask-LDAP3-Login\n============================================\n\n.. image:: https://github.com/nickw444/flask-ldap3-login/actions/workflows/workflow.yaml/badge.svg\n    :target: https://github.com/nickw444/flask-ldap3-login/actions/workflows/workflow.yaml\n\n.. image:: https://coveralls.io/repos/nickw444/flask-ldap3-login/badge.svg\n    :target: https://coveralls.io/r/nickw444/flask-ldap3-login\n\n.. image:: https://img.shields.io/pypi/v/flask-ldap3-login.svg\n    :target: https://pypi.python.org/pypi/flask-ldap3-login/\n    :alt: Latest Version\n\n\nFlask LDAP3 Login allows you to easily integrate your flask app with an LDAP\ndirectory. It can be used as an extension to Flask-Login and can even be used\nwith Flask-Principal for permission and privilege management.\n\nFlask LDAP3 Login uses the `ldap3 <http://ldap3.readthedocs.org/en/latest/>`_ library,\nand maintains compatibility with those versions of Python supported by upstream.\n\nFlask LDAP3 Login **Will**:\n    * Allow you to query whether or not a user's credentials are correct\n    * Query the directory for users details\n    * Query the directory for group details\n    * Query the directory for users group memberships\n    * Provide a contextual ``ldap_manager.connection`` object (``ldap3.Connection``)\n      which can be used in any flask request context. Useful for writing\n      your own more advanced queries.\n    \nFlask LDAP3 Login **Wont**:\n    * Provide a login/logout mechanism. You need to provide this with something\n      like `flask-login <https://flask-login.readthedocs.org/en/latest/>`_\n    * Provide any extension to the application's session. User tracking  and \n      group tracking should be done via `flask-login <https://flask-login.readthedocs.org/en/latest/>`_ and `flask-principal <https://pythonhosted.org/Flask-Principal/>`_  \n\n\n`View the Full Documentation at ReadTheDocs <http://flask-ldap3-login.readthedocs.org/en/latest/>`_\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "LDAP Support for Flask",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/nickw444/flask-ldap3-login"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc8fdccbcd2600fb477042dd42ab953c39277ef156c96b5c915c14d583a737c1",
                "md5": "970c36e4c1b6ffaea2ce9cc42e93b7e6",
                "sha256": "72368ea58b5faac4935d1f3e5ec1fcfdce51cc16adbec41a74c834247422ac61"
            },
            "downloads": -1,
            "filename": "flask_ldap3_login-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "970c36e4c1b6ffaea2ce9cc42e93b7e6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 10648,
            "upload_time": "2024-08-15T12:46:46",
            "upload_time_iso_8601": "2024-08-15T12:46:46.874004Z",
            "url": "https://files.pythonhosted.org/packages/cc/8f/dccbcd2600fb477042dd42ab953c39277ef156c96b5c915c14d583a737c1/flask_ldap3_login-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36ec4b565bde4cb411d236f6f7e56b05158a5d509f75ccfd43f51c71ef0c33e4",
                "md5": "a6def8369e1ac2668d8ae7a775eaa4b1",
                "sha256": "969d2e4263aa0908383174d9700e03198a5eb3db483b26a18f9ea634032cbdd4"
            },
            "downloads": -1,
            "filename": "flask_ldap3_login-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a6def8369e1ac2668d8ae7a775eaa4b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 11272,
            "upload_time": "2024-08-15T12:46:48",
            "upload_time_iso_8601": "2024-08-15T12:46:48.092860Z",
            "url": "https://files.pythonhosted.org/packages/36/ec/4b565bde4cb411d236f6f7e56b05158a5d509f75ccfd43f51c71ef0c33e4/flask_ldap3_login-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-15 12:46:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nickw444",
    "github_project": "flask-ldap3-login",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "flask-ldap3-login"
}
        
Elapsed time: 0.28310s