Matt Wright 34b3bf9e80 Fix CSRF functionality for LoginForm
The login form was not respecting csrf validation. I've adjusted the tests as well to always send a CSRF token along. This now requires all requests to pass a csrf token. If performing plain AJAX requests the token will have to be extracted from the form in some way. Fixes #86
2013-02-01 17:23:18 -05:00
2012-10-10 13:36:59 -04:00
2012-06-20 15:36:44 -04:00
2012-10-10 13:36:59 -04:00
2013-01-06 20:42:51 -05:00
2012-07-19 12:20:04 -04:00
2012-07-13 16:06:02 -04:00
2012-08-20 17:07:51 -04:00
2012-10-11 22:14:32 -04:00
2013-01-24 16:23:48 -08:00

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

.. image:: https://secure.travis-ci.org/mattupstate/flask-security.png?branch=develop

Flask-Security quickly adds security features to your Flask application.

Resources
---------

- `Documentation <http://packages.python.org/Flask-Security/>`_
- `Issue Tracker <http://github.com/mattupstate/flask-security/issues>`_
- `Code <http://github.com/mattupstate/flask-security/>`_
- `Development Version
  <http://github.com/mattupstate/flask-security/zipball/develop#egg=Flask-Security-dev>`_
S
Description
Quick and simple security for Flask applications
Readme MIT 1.2 MiB
Languages
Python 95.2%
HTML 4.8%