Matt Wright 1f7c2625f7 Merge pull request #19 from tescalada/develop
Adding back lost role/active functions
2012-06-19 07:34:59 -07:00
2012-04-26 11:35:24 -03:00
2012-06-18 21:30:33 -04: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%