Flask-Security-Too


NameFlask-Security-Too JSON
Version 5.4.3 PyPI version JSON
download
home_pageNone
SummaryQuickly add security features to your Flask application.
upload_time2024-03-23 15:36:00
maintainerNone
docs_urlNone
authorMatt Wright
requires_python>=3.8
licenseNone
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/Flask-Middleware/flask-security/workflows/tests/badge.svg?branch=master&event=push
    :target: https://github.com/Flask-Middleware/flask-security

.. image:: https://codecov.io/gh/Flask-Middleware/flask-security/branch/master/graph/badge.svg?token=U02MUQJ7BM
    :target: https://codecov.io/gh/Flask-Middleware/flask-security
    :alt: Coverage!

.. image:: https://img.shields.io/github/tag/Flask-Middleware/flask-security.svg
    :target: https://github.com/Flask-Middleware/flask-security/releases

.. 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/Flask-Middleware/flask-security.svg
    :target: https://github.com/Flask-Middleware/flask-security/blob/master/LICENSE
    :alt: License

.. image:: https://readthedocs.org/projects/flask-security-too/badge/?version=latest
    :target: https://flask-security-too.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
------------------
This is an independently maintained version of Flask-Security forked from the 3.0.0
version of the `Original <https://github.com/mattupstate/flask-security>`_

Goals
+++++
* Regain momentum for this critical piece of the Flask eco-system. To that end the
  the plan is to put out small, frequent releases starting with pulling the simplest
  and most obvious changes that have already been vetted in the upstream version, as
  well as other pull requests. This was completed with the June 29 2019 3.2.0 release.
* Continue work to get Flask-Security to be usable from Single Page Applications,
  such as those built with Vue and Angular, that have no html forms. This is true as of the 3.3.0
  release.
* 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 fresheness 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. Unlike
the original Flask-Security - issue pull requests against the *master* branch.
Please consult these `contributing`_ guidelines.

.. _contributing: https://github.com/Flask-Middleware/flask-security/blob/master/CONTRIBUTING.rst

Installing
----------
Install and update using `pip <https://pip.pypa.io/en/stable/quickstart/>`_:

::

    pip install -U Flask-Security-Too


Resources
---------

- `Documentation <https://flask-security-too.readthedocs.io/>`_
- `Releases <https://pypi.org/project/Flask-Security-Too/>`_
- `Issue Tracker <https://github.com/Flask-Middleware/flask-security/issues>`_
- `Code <https://github.com/Flask-Middleware/flask-security/>`_

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Flask-Security-Too",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "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/32/54/92a15b011cb66a4a060ea5aa62035e20f1c1b244f3ca743131bcdca39e80/Flask-Security-Too-5.4.3.tar.gz",
    "platform": null,
    "description": "Flask-Security\n===================\n\n.. image:: https://github.com/Flask-Middleware/flask-security/workflows/tests/badge.svg?branch=master&event=push\n    :target: https://github.com/Flask-Middleware/flask-security\n\n.. image:: https://codecov.io/gh/Flask-Middleware/flask-security/branch/master/graph/badge.svg?token=U02MUQJ7BM\n    :target: https://codecov.io/gh/Flask-Middleware/flask-security\n    :alt: Coverage!\n\n.. image:: https://img.shields.io/github/tag/Flask-Middleware/flask-security.svg\n    :target: https://github.com/Flask-Middleware/flask-security/releases\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/Flask-Middleware/flask-security.svg\n    :target: https://github.com/Flask-Middleware/flask-security/blob/master/LICENSE\n    :alt: License\n\n.. image:: https://readthedocs.org/projects/flask-security-too/badge/?version=latest\n    :target: https://flask-security-too.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------------------\nThis is an independently maintained version of Flask-Security forked from the 3.0.0\nversion of the `Original <https://github.com/mattupstate/flask-security>`_\n\nGoals\n+++++\n* Regain momentum for this critical piece of the Flask eco-system. To that end the\n  the plan is to put out small, frequent releases starting with pulling the simplest\n  and most obvious changes that have already been vetted in the upstream version, as\n  well as other pull requests. This was completed with the June 29 2019 3.2.0 release.\n* Continue work to get Flask-Security to be usable from Single Page Applications,\n  such as those built with Vue and Angular, that have no html forms. This is true as of the 3.3.0\n  release.\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 fresheness 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. Unlike\nthe original Flask-Security - issue pull requests against the *master* branch.\nPlease consult these `contributing`_ guidelines.\n\n.. _contributing: https://github.com/Flask-Middleware/flask-security/blob/master/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-Too\n\n\nResources\n---------\n\n- `Documentation <https://flask-security-too.readthedocs.io/>`_\n- `Releases <https://pypi.org/project/Flask-Security-Too/>`_\n- `Issue Tracker <https://github.com/Flask-Middleware/flask-security/issues>`_\n- `Code <https://github.com/Flask-Middleware/flask-security/>`_\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Quickly add security features to your Flask application.",
    "version": "5.4.3",
    "project_urls": {
        "Documentation": "https://flask-security-too.readthedocs.io",
        "Homepage": "https://github.com/Flask-Middleware/flask-security",
        "Releases": "https://pypi.org/project/Flask-Security-Too/",
        "Source": "https://github.com/Flask-Middleware/flask-security",
        "Tracker": "https://github.com/Flask-Middleware/flask-security/issues"
    },
    "split_keywords": [
        "flask",
        "security"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f15344d73b45758b84614fdccbc95501c06068cbb1139da8042d76a3d67d346",
                "md5": "f9c3394c6fcc77cc70395f0a8eaf805f",
                "sha256": "655bf7bd15bf78593d39b1db125d4e8255ae220ed008c6cb35f7466749e0d3af"
            },
            "downloads": -1,
            "filename": "Flask_Security_Too-5.4.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f9c3394c6fcc77cc70395f0a8eaf805f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 404484,
            "upload_time": "2024-03-23T15:35:57",
            "upload_time_iso_8601": "2024-03-23T15:35:57.702079Z",
            "url": "https://files.pythonhosted.org/packages/4f/15/344d73b45758b84614fdccbc95501c06068cbb1139da8042d76a3d67d346/Flask_Security_Too-5.4.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "325492a15b011cb66a4a060ea5aa62035e20f1c1b244f3ca743131bcdca39e80",
                "md5": "a5958cd9c4f0b1297a696436e569bb72",
                "sha256": "62b19397e8d71a8d4cb8dc0d4409cc7a1497982549030396960aee518755e583"
            },
            "downloads": -1,
            "filename": "Flask-Security-Too-5.4.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a5958cd9c4f0b1297a696436e569bb72",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 652228,
            "upload_time": "2024-03-23T15:36:00",
            "upload_time_iso_8601": "2024-03-23T15:36:00.247066Z",
            "url": "https://files.pythonhosted.org/packages/32/54/92a15b011cb66a4a060ea5aa62035e20f1c1b244f3ca743131bcdca39e80/Flask-Security-Too-5.4.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-23 15:36:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Flask-Middleware",
    "github_project": "flask-security",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "flask-security-too"
}
        
Elapsed time: 0.21219s