Commit 1a84af9
fix(edge-functions): disable gateway JWT verification for llm-proxy
The Supabase gateway was validating JWTs before requests reached
the function. This caused "Invalid JWT" errors even for actions
that don't require authentication (like test_key).
The function now handles authentication internally, allowing
unauthenticated access to test_key while still requiring auth
for other actions.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 8bd0251 commit 1a84af9
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments