Fix the anthropic auth url

This commit is contained in:
Alexander
2026-06-24 17:03:16 +02:00
parent 1016f1e17e
commit f214052f29
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
)
const (
tokenEndpoint = "https://platform.claude.com/v1/oauth/token"
tokenEndpoint = "https://api.anthropic.com/v1/oauth/token"
clientID = "9d1c250a-e61b-44d9-88ed-5944d1962f5e"
oauthScopes = "user:profile user:inference user:sessions:claude_code user:mcp_servers user:file_upload"