Commit be19859
committed
fix(studio-bridge): make OAuth2 token injection non-fatal during auth
The cookie may be invalidated between credential writes and the OAuth2
CSRF request. Since cookie-based credentials alone are sufficient for
the Studio version in the Docker image, treat OAuth2 failure as a
warning rather than crashing the entire auth step.1 parent 487b409 commit be19859
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | | - | |
178 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
179 | 186 | | |
180 | 187 | | |
181 | 188 | | |
| |||
0 commit comments