10000 Removed a tip which is not too relevant for the article · symfony/symfony-docs@ab5259b · GitHub
[go: up one dir, main page]

Skip to content

Commit ab5259b

Browse files
Removed a tip which is not too relevant for the article
1 parent d2dd895 commit ab5259b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

security/json_login_setup.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
How to Build a JSON Authentication Endpoint
22
===========================================
33

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-
114
In this entry, you'll build a JSON endpoint to log in your users. Of course, when the
125
user logs in, you can load your users from anywhere - like the database.
136
See :ref:`security-user-providers` for details.

0 commit comments

Comments
 (0)
0