flask-ldap3-login


Nameflask-ldap3-login JSON
Version 0.9.18 PyPI version JSON
download
home_pagehttps://github.com/nickw444/flask-ldap3-login
SummaryLDAP Support for Flask in Python3/2
upload_time2022-07-23 09:05:49
maintainer
docs_urlNone
authorNick Whyte
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Flask-LDAP3-Login
============================================
.. image:: https://travis-ci.org/nickw444/flask-ldap3-login.svg?branch=master
    :target: https://travis-ci.org/nickw444/flask-ldap3-login

.. 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, maintaining compatability with 
python 3.4 and backwards. 

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": "https://github.com/nickw444/flask-ldap3-login",
    "name": "flask-ldap3-login",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Nick Whyte",
    "author_email": "nick@nickwhyte.com",
    "download_url": "https://files.pythonhosted.org/packages/a8/51/050eab78d2fc68cc39ae94b3e95a5828b662f5773e833c15b86fdec947c9/flask-ldap3-login-0.9.18.tar.gz",
    "platform": null,
    "description": "Flask-LDAP3-Login\n============================================\n.. image:: https://travis-ci.org/nickw444/flask-ldap3-login.svg?branch=master\n    :target: https://travis-ci.org/nickw444/flask-ldap3-login\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, maintaining compatability with \npython 3.4 and backwards. \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": "",
    "summary": "LDAP Support for Flask in Python3/2",
    "version": "0.9.18",
    "project_urls": {
        "Homepage": "https://github.com/nickw444/flask-ldap3-login"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb6392c69a4f8a1a94f00deadc4dbcbdf728bc34f5af942c37546de1ac1c5bd0",
                "md5": "e02e8ebe8b9c758cb4893cb2088dab51",
                "sha256": "a954238af2e127e34b809a9b4b23b0cd4e032909c73269ab3d052ddd513cfeab"
            },
            "downloads": -1,
            "filename": "flask_ldap3_login-0.9.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e02e8ebe8b9c758cb4893cb2088dab51",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10310,
            "upload_time": "2022-07-23T09:05:47",
            "upload_time_iso_8601": "2022-07-23T09:05:47.519398Z",
            "url": "https://files.pythonhosted.org/packages/bb/63/92c69a4f8a1a94f00deadc4dbcbdf728bc34f5af942c37546de1ac1c5bd0/flask_ldap3_login-0.9.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a851050eab78d2fc68cc39ae94b3e95a5828b662f5773e833c15b86fdec947c9",
                "md5": "f5e8c70a67dea54795320c47aee801bb",
                "sha256": "b705ead317f814150233a866e6e946d65bb503958306cc4964325a3aafbfb041"
            },
            "downloads": -1,
            "filename": "flask-ldap3-login-0.9.18.tar.gz",
            "has_sig": false,
            "md5_digest": "f5e8c70a67dea54795320c47aee801bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11029,
            "upload_time": "2022-07-23T09:05:49",
            "upload_time_iso_8601": "2022-07-23T09:05:49.649077Z",
            "url": "https://files.pythonhosted.org/packages/a8/51/050eab78d2fc68cc39ae94b3e95a5828b662f5773e833c15b86fdec947c9/flask-ldap3-login-0.9.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-07-23 09:05:49",
    "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: 3.81479s