Skip to content

Commit 425457f

Browse files
committed
Typo
1 parent 5decd7a commit 425457f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security/access_token.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Also, you can also create a custom extractor. The class shall implement the inte
110110
security:
111111
firewalls:
112112
main:
113-
header_token:
113+
access_token:
114114
token_handler: App\Security\AccessTokenHandler
115115
token_extractors: 'my_custom_access_token_extractor'
116116
@@ -125,7 +125,7 @@ In this case, **the order is important**: the first in the list is called first.
125125
security:
126126
firewalls:
127127
main:
128-
header_token:
128+
access_token:
129129
token_handler: App\Security\AccessTokenHandler
130130
token_extractors:
131131
- 'header'
@@ -169,7 +169,7 @@ Then, configure this service ID as the ``success_handler``:
169169
security:
170170
firewalls:
171171
main:
172-
header_token:
172+
access_token:
173173
token_handler: App\Security\AccessTokenHandler
174174
success_handler: App\Security\Authentication\AuthenticationSuccessHandler
175175

0 commit comments

Comments
 (0)