Commit d1d3552
committed
allow proxy route through auth middleware
The /api/gateway/proxy route authenticates via gateway_token in the
Authorization header, not via Supabase session cookies. Add it to
the public routes list so the middleware doesn't redirect to /login.
Made-with: Cursor1 parent 827cfa9 commit d1d3552
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments