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

Appearance settings

Revamped the main security article #7293

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Added some links to exsisting articles
  • Loading branch information
javiereguiluz committed Dec 27, 2016
commit f568a4e6d901ae9eb0f8d9f9b1f258c4b1c2d287
18 changes: 9 additions & 9 deletions 18 security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ Managing Users
--------------

* :doc:`Creating Users in a Config File <...>`
* :doc:`Creating Users in a Database <...>`
* :doc:`Custom User Creation <...>`
* :doc:`Creating Users in a Database <security/entity_provider>`
* :doc:`Custom User Creation <security/custom_provider>`
* :doc:`Assigning Permissions to Users <...>`
* :doc:`Hashing and Checking Passwords <...>`
* :doc:`Impersonating Users <...>`
* :doc:`Impersonating Users <security/impersonating_user>`

Authenticating Users
--------------------

**Authentication** is the process followed by the users to log in the application.

* :doc:`Authenticating Users with a Login Form <...>`
* :doc:`Authenticating Users with a Login Form <security/form_login_setup>`
* :doc:`Authenticating Users with HTTP Requests <...>`
* :doc:`Authenticating Users with LDAP <...>`
* :doc:`Authenticating Users with JSON <...>`
* :doc:`Custom Authentication Mechanisms (WSEE, SAML) <...>`
* :doc:`Authenticating Users with LDAP <security/ldap>`
* :doc:`Authenticating Users with JSON <security/json_login_setup>`
* :doc:`Custom Authentication Mechanisms (WSEE, SAML) <security/guard_authentication>`
* :doc:`Logging Out <...>`

Restricting Access and Checking Permissions
Expand All @@ -45,8 +45,8 @@ Restricting Access and Checking Permissions
**Authorization** is the process followed by Symfony to decide if the user can
perform a certain action.

* :doc:`Restricting Access with Firewalls (access_control) <...>`
* :doc:`Restricting Access with Custom Business Logic (voters) <...>`
* :doc:`Restricting Access with Firewalls (access_control) <security/access_control>`
* :doc:`Restricting Access with Custom Business Logic (voters) <security/voters>`
* :doc:`Checking Permissions in Services, Controllers and Templates <...>`
* :doc:`Custom Authorization Mechanisms <...>`

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.