From 1b3366ac2381b1da916230aeb850ca005a16109d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=82=9F=E5=85=83?= Date: Mon, 2 Mar 2026 12:04:50 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0dlass=E7=9A=84auth=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/oauth.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/oauth.js b/config/oauth.js index 8e38584..e1119e6 100644 --- a/config/oauth.js +++ b/config/oauth.js @@ -72,9 +72,9 @@ export const oauthProviders = { clientId: process.env.DLASS_CLIENT_ID, clientSecret: process.env.DLASS_CLIENT_SECRET, // Casdoor 标准端点 - authorizationURL: "https://auth.wiki.forum/login/oauth/authorize", - tokenURL: "https://auth.wiki.forum/api/login/oauth/access_token", - userInfoURL: "https://auth.wiki.forum/api/userinfo", + authorizationURL: "https://auth.lingloft.cn/login/oauth/authorize", + tokenURL: "https://auth.lingloft.cn/api/login/oauth/access_token", + userInfoURL: "https://auth.lingloft.cn/api/userinfo", scope: "openid profile email offline_access", // 展示相关 name: "dlass",