File tree
4 files changed
+13
-15
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle
- DependencyInjection/Security/AccessToken
- Resources/config
- Component/Security/Http
- AccessToken/Oidc
- Tests/AccessToken/Oidc
4 files changed
+13
-15
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+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
32 |
| - |
| 31 | + |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
| 71 | + |
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
|
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+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
| 72 | + |
72 | 73 |
|
73 | 74 |
|
74 | 75 |
|
75 |
| - |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
|
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+3-5Lines changed: 3 additions & 5 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 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
| ||
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
| 83 | + |
83 | 84 |
|
84 |
| - |
85 |
| - |
86 |
| - |
87 | 85 |
|
88 | 86 |
|
89 | 87 |
|
|
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+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
| 58 | + |
58 | 59 |
|
59 | 60 |
|
60 |
| - |
61 |
| - |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
| 92 | + |
92 | 93 |
|
93 | 94 |
|
94 |
| - |
95 |
| - |
| 95 | + |
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
| ||
148 | 148 |
|
149 | 149 |
|
150 | 150 |
|
| 151 | + |
151 | 152 |
|
152 | 153 |
|
153 |
| - |
154 |
| - |
| 154 | + |
155 | 155 |
|
156 | 156 |
|
157 | 157 |
|
|
0 commit comments