Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
758e9f06
Commit
758e9f06
authored
Sep 26, 2016
by
Benjamin Jonard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing space in Guard Authentication doc
parent
6fd1faba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/cookbook/guard_authentication.rst
doc/cookbook/guard_authentication.rst
+1
-1
No files found.
doc/cookbook/guard_authentication.rst
View file @
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment