Flask-Middleware / flask-security

Quick and simple security for Flask applications
MIT License
622 stars 154 forks source link
flask flask-security python security

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 +++++

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