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 a independently maintained version of Flask-Security based on 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/>`_

Release History

Subscribe above to receive notifications when new versions are released.
Version Date Stability
5.1.2 Mar 13, 2023 stable
5.1.1 Mar 1, 2023 stable
4.1.6 Feb 28, 2023 stable
5.1.0 Jan 24, 2023 stable
5.0.2 Sep 23, 2022 stable
5.0.1 Sep 6, 2022 stable
5.0.0 Aug 28, 2022 stable
4.1.5 Jul 28, 2022 stable
4.1.4 Apr 19, 2022 stable
4.1.3 Mar 2, 2022 stable
4.1.2 Sep 22, 2021 stable
4.1.1 Sep 11, 2021 stable
4.1.0 Jul 23, 2021 stable
4.0.1 Apr 2, 2021 stable
4.0.0 Jan 26, 2021 stable
4.0.0rc2 Jan 20, 2021 rc
3.4.5 Jan 8, 2021 stable
4.0.0rc1 Oct 9, 2020 rc
3.4.4 Jul 28, 2020 stable
3.4.3 Jun 13, 2020 stable
3.4.2 May 3, 2020 stable
3.4.1 Apr 22, 2020 stable
3.4.0 Mar 31, 2020 stable
3.3.3 Feb 11, 2020 stable
3.3.2 Dec 6, 2019 stable
3.3.1 Nov 18, 2019 stable
3.3.0 Sep 26, 2019 stable
3.3.0rc3 Sep 13, 2019 rc
3.3.0rc2 Aug 5, 2019 rc
3.3.0rc1 Jul 23, 2019 rc
3.2.0 Jun 27, 2019 stable
3.2.0rc4 Jun 24, 2019 rc
3.2.0rc3 Jun 13, 2019 rc
3.2.0rc1 May 28, 2019 rc
3.1.0rc1 May 12, 2019 rc
3.0.2 May 1, 2019 stable
3.0.1 Apr 28, 2019 stable
3.0.1rc3 Apr 28, 2019 rc
3.0.1rc2 Apr 25, 2019 rc
3.0.1rc1 Apr 25, 2019 rc