blob: 7ff73088001c63fb57a4fb04728a0b07fad1b7ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Flask-Security allows you to quickly add common security mechanisms to your
Flask application. They include:
- Session based authentication
- Role management
- Password hashing
- Basic HTTP authentication
- Token based authentication
- Token based account activation (optional)
- Token based password recovery / resetting (optional)
- User registration (optional)
- Login tracking (optional)
- JSON/Ajax Support
WWW: https://github.com/mattupstate/flask-security
|