| Name | Flask-Security JSON | 
            
| Version | 
                  5.6.0
                   
                  JSON | 
            
 | download  | 
            
| home_page | None  | 
            
| Summary | Quickly add security features to your Flask application. | 
            | upload_time | 2025-02-12 01:03:47 | 
            | maintainer | None | 
            
            | docs_url | None | 
            | author | Matt Wright | 
            
            | requires_python | >=3.9 | 
            
            
            | license | None | 
            | keywords | 
                
                    flask
                
                    security
                 | 
            | VCS | 
                
                     | 
                
            
            | bugtrack_url | 
                
                 | 
             
            
            | requirements | 
                
                  No requirements were recorded.
                
             | 
            
| Travis-CI | 
                
                   No Travis.
                
             | 
            | coveralls test coverage | 
                
                   No coveralls.
                
             | 
        
        
            
            Flask-Security
===================
.. image:: https://github.com/pallets-eco/flask-security/actions/workflows/tests.yml/badge.svg?branch=main&event=push
    :target: https://github.com/pallets-eco/flask-security
.. image:: https://codecov.io/gh/pallets-eco/flask-security/graph/badge.svg?token=ZYS0AST5M3
    :target: https://codecov.io/gh/pallets-eco/flask-security
    :alt: Coverage!
.. image:: https://img.shields.io/github/tag/pallets-eco/flask-security.svg
    :target: https://github.com/pallets-eco/flask-security/releases
.. image:: https://img.shields.io/pypi/dm/flask-security.svg
    :target: https://pypi.python.org/pypi/flask-security
    :alt: Downloads
.. image:: https://img.shields.io/pypi/dm/flask-security-too.svg
    :target: https://pypi.python.org/pypi/flask-security-too
    :alt: Downloads
.. image:: https://img.shields.io/github/license/pallets-eco/flask-security.svg
    :target: https://github.com/pallets-eco/flask-security/blob/main/LICENSE
    :alt: License
.. image:: https://readthedocs.org/projects/flask-security/badge/?version=latest
    :target: https://flask-security.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/python/black
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
    :target: https://github.com/pre-commit/pre-commit
    :alt: pre-commit
Quickly add security features to your Flask application.
Notes on this repo
------------------
As of 7/30/2024, the independent fork Flask-Security-Too replaced the archived
Flask-Security repo (now called Flask-Security-3.0). This repo is published at PyPI at
both Flask-Security and Flask-Security-Too. Please consider changing your
requirements file to point to flask-security.
Flask-Security-Too was a fork from the 3.0.0
version of the `Original <https://github.com/mattupstate/flask-security>`_
Pallets Community Ecosystem
----------------------------
This project is part of the Pallets Community Ecosystem. Pallets is the open
source organization that maintains Flask; Pallets-Eco enables community
maintenance of related projects. If you are interested in helping maintain
this project, please reach out on `the Pallets Discord server <https://discord.gg/pallets>`.
Goals
+++++
* Use `OWASP <https://github.com/OWASP/ASVS>`_ to guide best practice and default configurations.
* Be more opinionated and 'batteries' included by reducing reliance on abandoned projects and
  bundling in support for common use cases.
* Follow the `Pallets <https://github.com/pallets>`_ lead on supported versions, documentation
  standards and any other guidelines for extensions that they come up with.
* Continue to add newer authentication/authorization standards:
    * 'Social Auth' integrated (using authlib) (5.1)
    * WebAuthn support (5.0)
    * Two-Factor recovery codes (5.0)
    * First-class support for username as identity (4.1)
    * Support for freshness decorator to ensure sensitive operations have new authentication (4.0)
    * Support for email normalization and validation (4.0)
    * Unified signin (username, phone, passwordless) feature (3.4)
Contributing
++++++++++++
Issues and pull requests are welcome. Other maintainers are also welcome.
Please consult these `contributing`_ guidelines.
.. _contributing: https://github.com/pallets-eco/flask-security/blob/main/CONTRIBUTING.rst
Installing
----------
Install and update using `pip <https://pip.pypa.io/en/stable/quickstart/>`_:
::
    pip install -U Flask-Security
Resources
---------
- `Documentation <https://flask-security.readthedocs.io/>`_
- `Releases <https://pypi.org/project/Flask-Security/>`_
- `Issue Tracker <https://github.com/pallets-eco/flask-security/issues>`_
- `Code <https://github.com/pallets-eco/flask-security/>`_
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": null,
    "name": "Flask-Security",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Chris Wagner <jwag.wagner+github@gmail.com>",
    "keywords": "flask security",
    "author": "Matt Wright",
    "author_email": "Chris Wagner <jwag.wagner+github@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1c/89/20a24c9bdb39abd03f4dfdf73d6ae58984ae52abb69405cb59e1f91fc072/flask_security-5.6.0.tar.gz",
    "platform": null,
    "description": "Flask-Security\n===================\n\n.. image:: https://github.com/pallets-eco/flask-security/actions/workflows/tests.yml/badge.svg?branch=main&event=push\n    :target: https://github.com/pallets-eco/flask-security\n\n.. image:: https://codecov.io/gh/pallets-eco/flask-security/graph/badge.svg?token=ZYS0AST5M3\n    :target: https://codecov.io/gh/pallets-eco/flask-security\n    :alt: Coverage!\n\n.. image:: https://img.shields.io/github/tag/pallets-eco/flask-security.svg\n    :target: https://github.com/pallets-eco/flask-security/releases\n\n.. image:: https://img.shields.io/pypi/dm/flask-security.svg\n    :target: https://pypi.python.org/pypi/flask-security\n    :alt: Downloads\n\n.. image:: https://img.shields.io/pypi/dm/flask-security-too.svg\n    :target: https://pypi.python.org/pypi/flask-security-too\n    :alt: Downloads\n\n.. image:: https://img.shields.io/github/license/pallets-eco/flask-security.svg\n    :target: https://github.com/pallets-eco/flask-security/blob/main/LICENSE\n    :alt: License\n\n.. image:: https://readthedocs.org/projects/flask-security/badge/?version=latest\n    :target: https://flask-security.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/python/black\n\n.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white\n    :target: https://github.com/pre-commit/pre-commit\n    :alt: pre-commit\n\nQuickly add security features to your Flask application.\n\nNotes on this repo\n------------------\nAs of 7/30/2024, the independent fork Flask-Security-Too replaced the archived\nFlask-Security repo (now called Flask-Security-3.0). This repo is published at PyPI at\nboth Flask-Security and Flask-Security-Too. Please consider changing your\nrequirements file to point to flask-security.\n\nFlask-Security-Too was a fork from the 3.0.0\nversion of the `Original <https://github.com/mattupstate/flask-security>`_\n\nPallets Community Ecosystem\n----------------------------\n\nThis project is part of the Pallets Community Ecosystem. Pallets is the open\nsource organization that maintains Flask; Pallets-Eco enables community\nmaintenance of related projects. If you are interested in helping maintain\nthis project, please reach out on `the Pallets Discord server <https://discord.gg/pallets>`.\n\nGoals\n+++++\n\n* Use `OWASP <https://github.com/OWASP/ASVS>`_ to guide best practice and default configurations.\n* Be more opinionated and 'batteries' included by reducing reliance on abandoned projects and\n  bundling in support for common use cases.\n* Follow the `Pallets <https://github.com/pallets>`_ lead on supported versions, documentation\n  standards and any other guidelines for extensions that they come up with.\n* Continue to add newer authentication/authorization standards:\n    * 'Social Auth' integrated (using authlib) (5.1)\n    * WebAuthn support (5.0)\n    * Two-Factor recovery codes (5.0)\n    * First-class support for username as identity (4.1)\n    * Support for freshness decorator to ensure sensitive operations have new authentication (4.0)\n    * Support for email normalization and validation (4.0)\n    * Unified signin (username, phone, passwordless) feature (3.4)\n\n\nContributing\n++++++++++++\nIssues and pull requests are welcome. Other maintainers are also welcome.\nPlease consult these `contributing`_ guidelines.\n\n.. _contributing: https://github.com/pallets-eco/flask-security/blob/main/CONTRIBUTING.rst\n\nInstalling\n----------\nInstall and update using `pip <https://pip.pypa.io/en/stable/quickstart/>`_:\n\n::\n\n    pip install -U Flask-Security\n\n\nResources\n---------\n\n- `Documentation <https://flask-security.readthedocs.io/>`_\n- `Releases <https://pypi.org/project/Flask-Security/>`_\n- `Issue Tracker <https://github.com/pallets-eco/flask-security/issues>`_\n- `Code <https://github.com/pallets-eco/flask-security/>`_\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Quickly add security features to your Flask application.",
    "version": "5.6.0",
    "project_urls": {
        "Documentation": "https://flask-security.readthedocs.io",
        "Homepage": "https://github.com/pallets-eco/flask-security",
        "Releases": "https://pypi.org/project/Flask-Security/",
        "Source": "https://github.com/pallets-eco/flask-security",
        "Tracker": "https://github.com/pallets-eco/flask-security/issues"
    },
    "split_keywords": [
        "flask",
        "security"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9cb374313beb943359b6c1c25c25403399f5e89a735a7076c19fbab68b0ac674",
                "md5": "a4cc2a093ae1e3787d8ab21b37329aa7",
                "sha256": "cc6222107db879e8fef2fa0099f42654175a1b971f43102d167d33968763f3e2"
            },
            "downloads": -1,
            "filename": "flask_security-5.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a4cc2a093ae1e3787d8ab21b37329aa7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 436034,
            "upload_time": "2025-02-12T01:03:44",
            "upload_time_iso_8601": "2025-02-12T01:03:44.483868Z",
            "url": "https://files.pythonhosted.org/packages/9c/b3/74313beb943359b6c1c25c25403399f5e89a735a7076c19fbab68b0ac674/flask_security-5.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c8920a24c9bdb39abd03f4dfdf73d6ae58984ae52abb69405cb59e1f91fc072",
                "md5": "bb012fc7bc3fc34c6e09cc0a70c704dd",
                "sha256": "bb40b40a100a1c9bee79bbcf52a6faef8e8bc1bbae68a17563248173cf5d27aa"
            },
            "downloads": -1,
            "filename": "flask_security-5.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bb012fc7bc3fc34c6e09cc0a70c704dd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 693721,
            "upload_time": "2025-02-12T01:03:47",
            "upload_time_iso_8601": "2025-02-12T01:03:47.346369Z",
            "url": "https://files.pythonhosted.org/packages/1c/89/20a24c9bdb39abd03f4dfdf73d6ae58984ae52abb69405cb59e1f91fc072/flask_security-5.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-12 01:03:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pallets-eco",
    "github_project": "flask-security",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "flask-security"
}