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
2c73f555
Commit
2c73f555
authored
Jun 23, 2012
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed typos in the doc
parent
0ac736b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/providers/security.rst
doc/providers/security.rst
+2
-2
No files found.
doc/providers/security.rst
View file @
2c73f555
...
...
@@ -470,10 +470,10 @@ sample users::
Defining a custom Authentication Provider
-----------------------------------------
The Symfony Security component
s
provides a lot of ready-to-use authentication
The Symfony Security component provides a lot of ready-to-use authentication
providers (form, HTTP, X509, remember me, ...), but you can add new ones
easily. To register a new authentication provider, create a service named
``security.authentication.factory.XXX`` where ``XXX``is the name you want to
``security.authentication.factory.XXX`` where ``XXX``
is the name you want to
use in your configuration::
$app['security.authentication.factory.wsse'] = $app->protect(function ($name, $options) use ($app) {
...
...
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