Commit 1316aaf0 authored by Fabien Potencier's avatar Fabien Potencier

minor #1427 Small typo fix (benjaminjonard)

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

Discussion
----------

Small typo fix

Add missing space in Guard Authentication doc

Commits
-------

758e9f06 Add missing space in Guard Authentication doc
parents 6fd1faba 758e9f06
......@@ -14,7 +14,7 @@ Step 1) Create the Authenticator Class
Suppose you have an API where your clients will send an X-AUTH-TOKEN
header on each request. This token is composed of the username followed
by a password, separated by a colon (e.g. ``X-AUTH-TOKEN: coolguy:awesomepassword``).
Your job is to read this, find theassociated user (if any) and check
Your job is to read this, find the associated user (if any) and check
the password.
To create a custom authentication system, just create a class and make
......
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