Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
81ca4f12
Commit
81ca4f12
authored
Mar 28, 2026
by
Elysia
Browse files
修复误删的url
parent
941c469a
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/internal/pkg/oauth/oauth.go
View file @
81ca4f12
...
...
@@ -21,7 +21,7 @@ const (
// OAuth endpoints
AuthorizeURL
=
"https://claude.ai/oauth/authorize"
TokenURL
=
"https://platform.claude.com/v1/oauth/token"
RedirectURI
=
""
RedirectURI
=
"
https://platform.claude.com/oauth/code/callback
"
// Scopes - Browser URL (includes org:create_api_key for user authorization)
ScopeOAuth
=
"org:create_api_key user:profile user:inference user:sessions:claude_code user:mcp_servers user:file_upload"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment