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
0519d457
Unverified
Commit
0519d457
authored
Feb 26, 2018
by
Christian Flothmann
Committed by
GitHub
Feb 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix rst markup
parent
d9cb528e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
doc/providers/security.rst
doc/providers/security.rst
+3
-1
No files found.
doc/providers/security.rst
View file @
0519d457
...
...
@@ -426,7 +426,7 @@ switch back to their primary account:
<a href="?_switch_user=_exit"> exit</a> the switch.
{% endif %}
Sharing
security context between multiple f
irewalls
Sharing
Security Context between multiple F
irewalls
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
By default, all the firewalls have a different **security context**. In case you
...
...
@@ -434,6 +434,8 @@ need to share the same security context between multiple firewalls you can set
the ``context`` setting for each firewall you want the context to be shared
with.
.. code-block:: php
$app['security.firewalls'] = array(
'login' => array(
'context' => 'admin_security',
...
...
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