Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lingthio/Flask-User
Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
https://github.com/lingthio/Flask-User
Last synced: 4 months ago
JSON representation
Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
- Host: GitHub
- URL: https://github.com/lingthio/Flask-User
- Owner: lingthio
- License: mit
- Created: 2014-02-19T23:57:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T05:42:05.000Z (about 3 years ago)
- Last Synced: 2024-10-16T07:42:13.212Z (4 months ago)
- Language: Python
- Homepage: http://flask-user.readthedocs.io/
- Size: 2.81 MB
- Stars: 1,059
- Watchers: 40
- Forks: 294
- Open Issues: 126
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-flask - Flask-User - Customizable user account management for Flask (Authentication)
- awesome-flask - Flask-User - Customizable user account management for Flask (Authentication)
- awesome-flask - Flask-User - Customizable user account management for Flask (Authentication)
- starred-awesome - Flask-User - Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more. (Python)
- jimsghstars - lingthio/Flask-User - Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more. (Python)
README
Flask-User v1.0
===============.. image:: https://travis-ci.org/lingthio/Flask-User.svg?branch=master
:target: https://travis-ci.org/lingthio/Flask-User.. image:: https://codecov.io/gh/lingthio/Flask-User/branch/master/graph/badge.svg
:target: https://codecov.io/gh/lingthio/Flask-User.. image:: https://img.shields.io/pypi/v/Flask-User.svg
:target: https://pypi.org/project/Flask-User.. image:: https://img.shields.io/pypi/pyversions/Flask-User.svg
:target: https://pypi.org/project/Flask-User.. image:: https://img.shields.io/pypi/l/Flask-User?style=flat
:target: https://pypi.org/project/Flask-User| **Attention:**
| Flask-User v1.0 is a Production/Stable version.
| The previous version is `Flask-User v0.6 `_.User Authentication and Management
----------------------------------
| So, you're writing a Flask web application and would like to authenticate your users.
| You start with a simple **Login** page, but soon enough you'll need to handle:* **Registrations** and **Email Confirmations**
* **Change Usernames**, **Change Passwords**, and **Forgotten Passwords**And wouldn't it be nice to also offer:
* **Added Security**
* **Increased Reliability**
* **Role-based Authorization**
* **Internationalization** (Chinese, Dutch, English, Farsi, Finnish, French, German, Italian, Polish, Russian, Slovak, Spanish, Swedish, Turkish and Ukrainian)Customizable, yet Ready to use
------------------------------
* **Largely Configurable** -- By overriding configuration settings.
* **Fully Customizable** -- By overriding methods and properties.
* **Ready to use** -- Through sensible defaults.
* Supports **SQL** and **MongoDB** databases.Well documented
---------------
- `Latest documentation `_
- `Flask-User v0.6 documentation `_
- `Flask-User v0.5 documentation `_Additional features
-------------------
* **MIT License**
* **Tested** on Python 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8. Coverage: Over 90%.
* **Event hooking** -- Through efficient signals.
* **Support for multiple emails per user**Minimal Requirements
--------------------
- bcrypt 2.0+
- cryptography 1.6+
- Flask 0.9+
- Flask-Login 0.2+
- Flask-WTF 0.9+
- passlib 1.7+Alternatives
------------
* `Flask-Login `_
* `Flask-Security `_Authors
-------
| **Lead developer and Maintainer**
| Ling Thio -- https://github.com/lingthio
|
| **Collaborators and Maintainers**
| Andrey Semakin -- https://github.com/and-semakin
|
| **Contributors**
| `Many contributors `_Contact us
----------
.. image:: http://img.shields.io/static/v1?label=Issues&message=Flask-User&logo=github
:target: https://github.com/lingthio/Flask-User/issues.. image:: https://badges.gitter.im/Flask-User/community.svg
:target: https://gitter.im/Flask-User/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge.. image:: http://img.shields.io/static/v1?label=Telegram&message=@flask_user&logo=telegram&color=blue
:target: https://t.me/flask_user