A little more documentation. Fixes #131

This commit is contained in:
Matt Wright
2013-07-22 11:35:45 -04:00
parent 5e2a016bcd
commit 01bdc0d356
2 changed files with 15 additions and 0 deletions
+14
View File
@@ -104,6 +104,20 @@ statistics. They include:
* Total login count
JSON/Ajax Support
-----------------
Flask-Security supports JSON/Ajax requests where appropriate. Just remember that
all endpoints require a CSRF token just like HTML views. More specifically
JSON is supported for the following operations:
* Login requests
* Registration requests
* Change password requests
* Confirmation requests
* Forgot password requests
* Passwordless login requests
.. _Flask-Login: http://packages.python.org/Flask-Login/
.. _alternative token: http://packages.python.org/Flask-Login/#alternative-tokens
+1
View File
@@ -13,6 +13,7 @@ Flask application. They include:
7. Token based password recovery / resetting (optional)
8. User registration (optional)
9. Login tracking (optional)
10 . JSON/Ajax Support
Many of these features are made possible by integrating various Flask extensions
and libraries. They include: