Commit 758e9f06 authored by Benjamin Jonard's avatar Benjamin Jonard

Add missing space in Guard Authentication doc

parent 6fd1faba
......@@ -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