mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-05-02 04:45:59 +03:00
[GH-ISSUE #297] [Feature Request] 支持通过 粘贴 localhost URL 的方式添加Oauth 渠道 #211
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#211
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @erik6293 on GitHub (Feb 1, 2026).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/297
功能请求 / Feature Request
标题 / Title
支持通过粘贴 localhost 回调 URL 的方式添加 OAuth 渠道
问题描述 / Problem Description
目前系统仅支持通过预定义的回调映射来配置 OAuth 渠道,运行在docker的话很不方便,要SSH映射到本地,可以把回调的网址直接粘贴在网页上添加渠道就很方便了。
@justlovemaki commented on GitHub (Feb 2, 2026):
不太懂
@jinwyp commented on GitHub (Feb 11, 2026):
就是说如果在服务器上docker运行后, 进行OAuth, 然后把链接复制到本地浏览器,完成登录后出现回调就会无法访问
下面就是回调成功的链接 在本地无法打开, 因为本地根本没安装任何软件包括反重力软件等,需要把这个链接填入服务器才能完成OAuth
http://localhost:8086/?code=4/0ASc3gC3WQ3chQ5DFpySmhs_TIoezvleMplvzZtFaR6R7B5o52VASZ2ybCQ8wHUH6n3TGCg&scope=https://www.googleapis.com/auth/cloud-platform
就是类似反重力软件无法完成OAuth
@justlovemaki commented on GitHub (Feb 13, 2026):
已存在的功能