Commit 4307766
authored
fix: use ANTHROPIC_AUTH_TOKEN instead of ANTHROPIC_API_KEY to prevent login prompt (#2)
Claude Code checks ANTHROPIC_AUTH_TOKEN to determine if the user is
authenticated. Previously we were setting ANTHROPIC_API_KEY which
Claude Code ignores, causing it to show a login prompt even though
the proxy was running correctly.
Now setting ANTHROPIC_AUTH_TOKEN to a placeholder value since the
proxy handles authentication via x402/wallet signature.1 parent a1331df commit 4307766
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
| 174 | + | |
176 | 175 | | |
177 | 176 | | |
178 | 177 | | |
| |||
0 commit comments