Skip to content

Commit

Permalink
A little more documentation. Fixes pallets-eco#131
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Wright committed Jul 22, 2013
1 parent 5e2a016 commit 01bdc0d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 01bdc0d

Please sign in to comment.