Commit 558b578
authored
Fix oidc callback for authenticated users (#978)
* Handle OIDC callback for already authenticated users
Co-authored-by: contact <[email protected]>
* Fix lifetime annotations and remove unnecessary self references
Co-authored-by: contact <[email protected]>
* Move OIDC callback handling after user authentication check
Co-authored-by: contact <[email protected]>
* fmt
* fix cursor fuckup
* Move OIDC callback handler to standalone function1 parent 4b15bf1 commit 558b578
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
257 | 270 | | |
258 | 271 | | |
259 | 272 | | |
| |||
271 | 284 | | |
272 | 285 | | |
273 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
274 | 290 | | |
275 | 291 | | |
276 | 292 | | |
| |||
0 commit comments