Flask-User-05

Customizable User Account Management for Flask: Register, Confirm email, Login, Change username, Change password, Forgot password and more.


Keywords
Flask, User, Registration, Email, Username, Confirmation, Password, Reset
License
BSD-3-Clause
Install
pip install Flask-User-05==0.5

Documentation

Flask-User v1.0

https://travis-ci.org/lingthio/Flask-User.svg?branch=master https://img.shields.io/pypi/l/Flask-User?style=flat
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

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

Authors

Lead developer and Maintainer

Collaborators and Maintainers

Contributors

Contact us

http://img.shields.io/static/v1?label=Issues&message=Flask-User&logo=github http://img.shields.io/static/v1?label=Telegram&message=@flask_user&logo=telegram&color=blue