Commit 4f8098d
fix: support CloudFront-compatible dashboard auth
CloudFront strips cookies by default, causing dashboard auth to fail.
Added support for Authorization header and query parameter auth as
alternatives. Login now redirects with ?token= for CDN compatibility.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e1b0de5 commit 4f8098d
2 files changed
+34
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
295 | 309 | | |
296 | 310 | | |
297 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1012 | 1012 | | |
1013 | 1013 | | |
1014 | 1014 | | |
1015 | | - | |
| 1015 | + | |
| 1016 | + | |
1016 | 1017 | | |
1017 | | - | |
1018 | | - | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
| 1026 | + | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
1019 | 1032 | | |
1020 | 1033 | | |
1021 | 1034 | | |
| |||
1053 | 1066 | | |
1054 | 1067 | | |
1055 | 1068 | | |
1056 | | - | |
| 1069 | + | |
1057 | 1070 | | |
1058 | 1071 | | |
1059 | 1072 | | |
| |||
1066 | 1079 | | |
1067 | 1080 | | |
1068 | 1081 | | |
1069 | | - | |
| 1082 | + | |
1070 | 1083 | | |
1071 | 1084 | | |
1072 | 1085 | | |
| |||
0 commit comments