Commit 7a20e74b authored by Fabien Potencier's avatar Fabien Potencier

minor #1361 Small fixes to Guard auth documentation (o)

This PR was merged into the 2.0.x-dev branch.

Discussion
----------

Small fixes to Guard auth documentation

Commits
-------

cd82b862 Small fixes to Guard auth documentation
parents 1bbf31d9 cd82b862
......@@ -175,8 +175,8 @@ under different conditions:
# {"message":"Username could not be found."}
# test with a working token
curl -H "X-AUTH-TOKEN: victoria:ransomsecret" http://localhost:8000/
curl -H "X-AUTH-TOKEN: victoria:randomsecret" http://localhost:8000/
# the homepage controller is executed: the page loads normally
For more details read the Symfony cookbook entry on
`How to Create aCustom Authentication System with Guard <http://symfony.com/doc/current/cookbook/security/guard-authentication.html>`_.
`How to Create a Custom Authentication System with Guard <http://symfony.com/doc/current/cookbook/security/guard-authentication.html>`_.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment