Tristan Escalada b3a9364a97 Switch from setup_app to init_app for flask_login
new versions of flask_login have setup_app depricated
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%