Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Security] Rewrite Security documentation#15503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
wouterj merged 4 commits intosymfony:5.3fromwouterj:security-53
Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions_build/conf.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -121,17 +121,6 @@
lexers['terminal'] = TerminalLexer()
lexers['env'] = BashLexer()

config_block = {
'apache': 'Apache',
'markdown': 'Markdown',
'nginx': 'Nginx',
'rst': 'reStructuredText',
'varnish2': 'Varnish 2',
'varnish3': 'Varnish 3',
'varnish4': 'Varnish 4',
'env': '.env'
}

# don't enable Sphinx Domains
primary_domain = None

Expand Down
15 changes: 14 additions & 1 deletion_build/redirection_map
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -518,4 +518,17 @@
/components/index https://symfony.com/components
/logging/monolog_regex_based_excludes /logging/monolog_exclude_http_codes
/security/named_encoders /security/named_hashers
/security/experimental_authenticators /security/authenticator_manager
/security/experimental_authenticators /security
/security/user_provider /security/user_providers
/security/reset_password /security/passwords#reset-password
/security/auth_providers /security#security-authenticators
/security/form_login /security#form-login
/security/form_login_setup /security#form-login
/security/json_login_setup /security#json-login
/security/named_hashers /security/passwords#named-password-hashers
/security/password_migration /security/passwords#security-password-migration
/security/acl https://github.com/symfony/acl-bundle/blob/main/src/Resources/doc/index.rst
/security/securing_services /security#securing-other-services
/security/authenticator_manager /security
/security/multiple_guard_authenticators /security/entry_point
/security/guard_authentication /security/custom_authenticator
Binary file modified_images/security/anonymous_wdt.png
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
338 changes: 338 additions & 0 deletions_images/security/security_events.svg
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added_images/sources/security/security_events.dia
View file
Open in desktop
Binary file not shown.
2 changes: 1 addition & 1 deletiondoctrine/registration_form.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,7 +14,7 @@ form you must:
#. :doc:`Create a form </forms>` to ask for the registration information (you can
generate this with the ``make:registration-form`` command provided by the `MakerBundle`_);
#. Create :doc:`a controller </controller>` to :ref:`process the form <processing-forms>`;
#. :ref:`Protect some parts of your application <security-authorization>` so
#. :ref:`Protect some parts of your application <security-access-control>` so
only registered users can access to them.

.. _`MakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
6 changes: 3 additions & 3 deletionsevent_dispatcher.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -335,9 +335,9 @@ or can get everything which partial matches the event name:

The ability to match partial event names was introduced in Symfony 5.3.

The :doc:`new authenticator-based Security</security/authenticator_manager>`
system adds an event dispatcher perfirewall. Use the ``--dispatcher`` option to
get the registered listenersfor a particular event dispatcher:
The :doc:`security</security>` system uses an event dispatcher per
firewall. Use the ``--dispatcher`` option to get the registered listeners
for a particular event dispatcher:

.. code-block:: terminal

Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp