{"id":14065244,"url":"https://github.com/pallets-eco/flask-security","last_synced_at":"2025-05-13T23:08:58.574Z","repository":{"id":37049338,"uuid":"56553990","full_name":"pallets-eco/flask-security","owner":"pallets-eco","description":"Quick and simple security for Flask applications","archived":false,"fork":false,"pushed_at":"2025-04-30T04:59:35.000Z","size":6718,"stargazers_count":674,"open_issues_count":9,"forks_count":158,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-04-30T05:33:42.007Z","etag":null,"topics":["flask","flask-security","python","security"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pallets-eco.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"pallets","custom":"https://palletsprojects.com/donate","tidelift":"pypi/Flask"}},"created_at":"2016-04-19T01:16:01.000Z","updated_at":"2025-04-30T04:59:33.000Z","dependencies_parsed_at":"2023-02-13T09:15:36.792Z","dependency_job_id":"e1cb99d9-a0a9-49d9-9deb-6624304cb872","html_url":"https://github.com/pallets-eco/flask-security","commit_stats":{"total_commits":1247,"total_committers":174,"mean_commits":7.166666666666667,"dds":0.6720128307939054,"last_synced_commit":"d4596b0d7a559a4a780a0267319118243ad7d09f"},"previous_names":[],"tags_count":82,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-security","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-security/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-security/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-security/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco","download_url":"https://codeload.github.com/pallets-eco/flask-security/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254041917,"owners_count":22004802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","flask-security","python","security"],"created_at":"2024-08-13T07:04:23.212Z","updated_at":"2025-05-13T23:08:53.557Z","avatar_url":"https://github.com/pallets-eco.png","language":"Python","readme":"Flask-Security\n===================\n\n.. image:: https://github.com/pallets-eco/flask-security/actions/workflows/tests.yml/badge.svg?branch=main\u0026event=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\u0026logoColor=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 \u003chttps://github.com/mattupstate/flask-security\u003e`_\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 \u003chttps://discord.gg/pallets\u003e`.\n\nGoals\n+++++\n\n* Use `OWASP \u003chttps://github.com/OWASP/ASVS\u003e`_ 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 \u003chttps://github.com/pallets\u003e`_ 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 \u003chttps://pip.pypa.io/en/stable/quickstart/\u003e`_:\n\n::\n\n    pip install -U Flask-Security\n\n\nResources\n---------\n\n- `Documentation \u003chttps://flask-security.readthedocs.io/\u003e`_\n- `Releases \u003chttps://pypi.org/project/Flask-Security/\u003e`_\n- `Issue Tracker \u003chttps://github.com/pallets-eco/flask-security/issues\u003e`_\n- `Code \u003chttps://github.com/pallets-eco/flask-security/\u003e`_\n","funding_links":["https://github.com/sponsors/pallets","https://palletsprojects.com/donate","https://tidelift.com/funding/github/pypi/Flask"],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpallets-eco%2Fflask-security","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpallets-eco%2Fflask-security","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpallets-eco%2Fflask-security/lists"}