File tree
6 files changed
+19
-6
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection/Security/AccessToken
- Resources/config
- Tests/Functional
- app/AccessToken
- Component/Security/Http
- AccessToken/Oidc
- Tests/AccessToken/Oidc
6 files changed
+19
-6
lines changedsrc/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
| ||
70 | 71 |
|
71 | 72 |
|
72 | 73 |
|
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
73 | 79 |
|
74 | 80 |
|
75 | 81 |
|
|
src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_access_token.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_access_token.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
| 73 | + |
73 | 74 |
|
74 | 75 |
|
75 | 76 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/AccessTokenTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/AccessTokenTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
343 | 343 |
|
344 | 344 |
|
345 | 345 |
|
346 |
| - |
| 346 | + |
347 | 347 |
|
348 | 348 |
|
349 | 349 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AccessToken/config_oidc.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AccessToken/config_oidc.yml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
|
src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTokenHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTokenHandler.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| 45 | + |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
| ||
81 | 82 |
|
82 | 83 |
|
83 | 84 |
|
| 85 | + |
84 | 86 |
|
85 | 87 |
|
86 | 88 |
|
|
src/Symfony/Component/Security/Http/Tests/AccessToken/Oidc/OidcTokenHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/AccessToken/Oidc/OidcTokenHandlerTest.php+7-4Lines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| 59 | + |
59 | 60 |
|
60 | 61 |
|
61 | 62 |
|
| ||
90 | 91 |
|
91 | 92 |
|
92 | 93 |
|
| 94 | + |
93 | 95 |
|
94 | 96 |
|
95 | 97 |
|
| ||
106 | 108 |
|
107 | 109 |
|
108 | 110 |
|
109 |
| - |
| 111 | + |
110 | 112 |
|
111 | 113 |
|
112 | 114 |
|
| ||
118 | 120 |
|
119 | 121 |
|
120 | 122 |
|
121 |
| - |
| 123 | + |
122 | 124 |
|
123 | 125 |
|
124 | 126 |
|
| ||
139 | 141 |
|
140 | 142 |
|
141 | 143 |
|
142 |
| - |
| 144 | + |
143 | 145 |
|
144 | 146 |
|
145 | 147 |
|
| ||
149 | 151 |
|
150 | 152 |
|
151 | 153 |
|
| 154 | + |
152 | 155 |
|
153 | 156 |
|
154 | 157 |
|
|
0 commit comments