Tristan Escalada 2655d67f52 Bugfix for generate_reset_password_token
reset_password_token was being mixed with reset_password_sent_at
2012-06-15 16:01:49 -04:00
2012-04-26 11:35:24 -03:00
2012-03-27 14:26:45 -04:00
2012-04-27 13:44:14 -04:00
2012-03-27 14:26:45 -04:00
2012-03-08 16:03:53 -05:00

Flask-Security
==============

Simple security for Flask applications combining Flask-Login, Flask-Principal, 
Flask-WTF, passlib, and your choice of datastore. Currently SQLAlchemy via 
Flask-SQLAlchemy and MongoEngine via Flask-MongoEngine are supported out of the 
box. You will need to install the necessary Flask extensions that you'll be 
using. Additionally, you may need to install an encryption library such as 
py-bcrypt to support bcrypt passwords.

Documentation: http://packages.python.org/Flask-Security/
S
Description
Quick and simple security for Flask applications
Readme MIT 1.2 MiB
Languages
Python 95.2%
HTML 4.8%