8000 JSON authentication listener docs by dunglas · Pull Request #7081 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

JSON authentication listener docs #7081

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Dec 14, 2016
Prev Previous commit
Next Next commit
Fixed a syntax error
  • Loading branch information
javiereguiluz authored Dec 5, 2016
commit 6d018f6c1f39c29373a08cf4120a5248052fac72
2 changes: 1 addition & 1 deletion security/json_login_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ username and password and authenticating the user.

And that's it! When you submit a ``POST`` request to the ``/login`` URL with
the following JSON document as body, the security system will automatically
check the user's credentials and either authenticate the user or throw an error::
check the user's credentials and either authenticate the user or throw an error:

.. code-block:: json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason, this block does not render well: http://pr-7081-acxnhhi-6qmocelev2lwe.eu.platform.sh/security/json_login_setup.html

(probably because of the double colon L.149)


Expand Down
0