File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -686,14 +686,11 @@ see :doc:`/cookbook/security/form_login`.
686
686
Authorization
687
687
-------------
688
688
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.
697
694
698
695
The process of authorization has two different sides:
699
696
You can’t perform that action at this time.
0 commit comments