10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dd895 commit ab5259bCopy full SHA for ab5259b
security/json_login_setup.rst
@@ -1,13 +1,6 @@
1
How to Build a JSON Authentication Endpoint
2
===========================================
3
4
-.. tip::
5
-
6
- If you are storing users in some sort of a database, then you should consider
7
- using `FOSUserBundle`_, which helps you build your ``User`` object and gives
8
- you many routes and controllers for common tasks like login, registration and
9
- forgot password.
10
11
In this entry, you'll build a JSON endpoint to log in your users. Of course, when the
12
user logs in, you can load your users from anywhere - like the database.
13
See :ref:`security-user-providers` for details.
0 commit comments