This commit is contained in:
Dax Raad
2025-06-05 12:06:21 -04:00
parent 02e326f87f
commit 8dfdd3927e
4 changed files with 26 additions and 56 deletions

View File

@@ -3,7 +3,7 @@ import { UI } from "../ui"
// Example: https://claude.ai/oauth/authorize?code=true&client_id=9d1c250a-e61b-44d9-88ed-5944d1962f5e&response_type=code&redirect_uri=https%3A%2F%2Fconsole.anthropic.com%2Foauth%2Fcode%2Fcallback&scope=org%3Acreate_api_key+user%3Aprofile+user%3Ainference&code_challenge=MdFtFgFap23AWDSN0oa3-eaKjQRFE4CaEhXx8M9fHZg&code_challenge_method=S256&state=rKLtaDzm88GSwekyEqdi0wXX-YqIr13tSzYymSzpvfs
import { generatePKCE } from "@openauthjs/openauth/pkce"
export const LoginAnthropicCommand = {
command: "anthropic",