Skip to content

Commit 18002e4

Browse files
committed
Wrapped some long lines
1 parent 72f4bbc commit 18002e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

security/json_login_setup.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ path:
123123
124124
return $routes;
125125
126-
When you submit a ``POST`` request to the ``/login`` URL with the following JSON document as the body,
127-
the security system intercepts the requests.
128-
It takes care of authenticating the user with the submitted username and password or triggers an error
129-
in case the authentication process fails.
130-
If the authentication is successful, the controller defined earlier will be executed.
126+
When you submit a ``POST`` request to the ``/login`` URL with the following JSON
127+
document as the body, the security system intercepts the requests.
128+
It takes care of authenticating the user with the submitted username and password
129+
or triggers an error in case the authentication process fails.
130+
If the authentication is successful, the controller defined earlier will be executed.
131131

132132
.. code-block:: json
133133

0 commit comments

Comments
 (0)