Commit cd82b862 authored by Osman Ungur's avatar Osman Ungur

Small fixes to Guard auth documentation

parent 1bbf31d9
...@@ -175,8 +175,8 @@ under different conditions: ...@@ -175,8 +175,8 @@ under different conditions:
# {"message":"Username could not be found."} # {"message":"Username could not be found."}
# test with a working token # 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 # the homepage controller is executed: the page loads normally
For more details read the Symfony cookbook entry on 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