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

Skip to content
8000

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 the name of the "username" property
  • Loading branch information
javiereguiluz authored Dec 5, 2016
commit 820f28ef88d7b7791d0d207fe97fdf6a17603d25
2 changes: 1 addition & 1 deletion security/json_login_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ 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)


{
"login": "dunglas",
"username": "dunglas",
"password": "MyPassword"
}

Expand Down
0