mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
A little more documentation. Fixes #131
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user