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

Commit cd5b7c9

Browse filesBrowse files
wouterjweaverryan
authored andcommitted
Removed repeating text
1 parent 7e9233c commit cd5b7c9
Copy full SHA for cd5b7c9

File tree

Expand file treeCollapse file tree

1 file changed

+5
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-8
lines changed

‎book/security.rst

Copy file name to clipboardExpand all lines: book/security.rst
+5-8Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -686,14 +686,11 @@ see :doc:`/cookbook/security/form_login`.
686686
Authorization
687687
-------------
688688

689-
The first step in security is always authentication: the process of verifying
690-
who the user is. With Symfony, authentication can be done in any way - via
691-
a form login, basic HTTP Authentication, or even via Facebook.
692-
693-
Once the user has been authenticated, authorization begins. Authorization
694-
provides a standard and powerful way to decide if a user can access any resource
695-
(a URL, a model object, a method call, ...). This works by assigning specific
696-
roles to each user, and then requiring different roles for different resources.
689+
The first step in security is always authentication. Once the user has been
690+
authenticated, authorization begins. Authorization provides a standard and
691+
powerful way to decide if a user can access any resource (a URL, a model
692+
object, a method call, ...). This works by assigning specific roles to each
693+
user, and then requiring different roles for different resources.
697694

698695
The process of authorization has two different sides:
699696

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.