{"id":13421567,"url":"https://github.com/lingthio/Flask-User","last_synced_at":"2025-03-15T10:31:15.631Z","repository":{"id":14295130,"uuid":"17003578","full_name":"lingthio/Flask-User","owner":"lingthio","description":"Customizable User Authorization \u0026 User Management: Register, Confirm, Login, Change username/password, Forgot password and more.","archived":false,"fork":false,"pushed_at":"2022-02-03T05:42:05.000Z","size":2948,"stargazers_count":1064,"open_issues_count":126,"forks_count":293,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-03-09T00:42:49.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://flask-user.readthedocs.io/","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/lingthio.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-19T23:57:57.000Z","updated_at":"2025-03-08T15:17:33.000Z","dependencies_parsed_at":"2022-08-07T07:16:30.085Z","dependency_job_id":null,"html_url":"https://github.com/lingthio/Flask-User","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lingthio%2FFlask-User","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lingthio%2FFlask-User/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lingthio%2FFlask-User/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lingthio%2FFlask-User/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lingthio","download_url":"https://codeload.github.com/lingthio/Flask-User/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658147,"owners_count":20326464,"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":[],"created_at":"2024-07-30T23:00:25.311Z","updated_at":"2025-03-15T10:31:15.081Z","avatar_url":"https://github.com/lingthio.png","language":"Python","readme":"Flask-User v1.0\n===============\n\n.. image:: https://travis-ci.org/lingthio/Flask-User.svg?branch=master\n    :target: https://travis-ci.org/lingthio/Flask-User\n\n.. image:: https://codecov.io/gh/lingthio/Flask-User/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/lingthio/Flask-User\n\n.. image:: https://img.shields.io/pypi/v/Flask-User.svg\n    :target: https://pypi.org/project/Flask-User\n\n.. image:: https://img.shields.io/pypi/pyversions/Flask-User.svg\n    :target: https://pypi.org/project/Flask-User\n\n.. image:: https://img.shields.io/pypi/l/Flask-User?style=flat\n    :target: https://pypi.org/project/Flask-User\n\n| **Attention:**\n| Flask-User v1.0 is a Production/Stable version.\n| The previous version is `Flask-User v0.6 \u003chttp://flask-user.readthedocs.io/en/v0.6/\u003e`_.\n\n\nUser Authentication and Management\n----------------------------------\n| So, you're writing a Flask web application and would like to authenticate your users.\n| You start with a simple **Login** page, but soon enough you'll need to handle:\n\n* **Registrations** and **Email Confirmations**\n* **Change Usernames**, **Change Passwords**, and **Forgotten Passwords**\n\nAnd wouldn't it be nice to also offer:\n\n* **Added Security**\n* **Increased Reliability**\n* **Role-based Authorization**\n* **Internationalization** (Chinese, Dutch, English, Farsi, Finnish, French, German, Italian, Polish, Russian, Slovak, Spanish, Swedish, Turkish and Ukrainian)\n\n\nCustomizable, yet Ready to use\n------------------------------\n* **Largely Configurable** -- By overriding configuration settings.\n* **Fully Customizable** -- By overriding methods and properties.\n* **Ready to use** -- Through sensible defaults.\n* Supports **SQL** and **MongoDB** databases.\n\n\nWell documented\n---------------\n- `Latest documentation \u003chttps://flask-user.readthedocs.io/en/latest/\u003e`_\n- `Flask-User v0.6 documentation \u003chttps://flask-user.readthedocs.io/en/v0.6/\u003e`_\n- `Flask-User v0.5 documentation \u003chttps://flask-user.readthedocs.io/en/v0.5/\u003e`_\n\nAdditional features\n-------------------\n* **MIT License**\n* **Tested** on Python 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8. Coverage: Over 90%.\n* **Event hooking** -- Through efficient signals.\n* **Support for multiple emails per user**\n\nMinimal Requirements\n--------------------\n- bcrypt 2.0+\n- cryptography 1.6+\n- Flask 0.9+\n- Flask-Login 0.2+\n- Flask-WTF 0.9+\n- passlib 1.7+\n\nAlternatives\n------------\n* `Flask-Login \u003chttps://flask-login.readthedocs.org/en/latest/\u003e`_\n* `Flask-Security \u003chttps://pythonhosted.org/Flask-Security/\u003e`_\n\nAuthors\n-------\n| **Lead developer and Maintainer**\n| Ling Thio -- https://github.com/lingthio\n|\n| **Collaborators and Maintainers**\n| Andrey Semakin -- https://github.com/and-semakin\n|\n| **Contributors**\n| `Many contributors \u003chttps://github.com/lingthio/Flask-User/graphs/contributors\u003e`_\n\nContact us\n----------\n.. image:: http://img.shields.io/static/v1?label=Issues\u0026message=Flask-User\u0026logo=github\n    :target: https://github.com/lingthio/Flask-User/issues\n\n.. image:: https://badges.gitter.im/Flask-User/community.svg\n    :target: https://gitter.im/Flask-User/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\n\n.. image:: http://img.shields.io/static/v1?label=Telegram\u0026message=@flask_user\u0026logo=telegram\u0026color=blue\n    :target: https://t.me/flask_user\n","funding_links":[],"categories":["Authentication","Python","介绍"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flingthio%2FFlask-User","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flingthio%2FFlask-User","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flingthio%2FFlask-User/lists"}