1
1
mirror of https://github.com/ZeroCatDev/ClassworksKV.git synced 2026-03-18 23:33:09 +00:00

更新dlass的auth地址

This commit is contained in:
孙悟元 2026-03-02 12:04:50 +00:00
parent 688bdd6214
commit 1b3366ac23

View File

@ -72,9 +72,9 @@ export const oauthProviders = {
clientId: process.env.DLASS_CLIENT_ID, clientId: process.env.DLASS_CLIENT_ID,
clientSecret: process.env.DLASS_CLIENT_SECRET, clientSecret: process.env.DLASS_CLIENT_SECRET,
// Casdoor 标准端点 // Casdoor 标准端点
authorizationURL: "https://auth.wiki.forum/login/oauth/authorize", authorizationURL: "https://auth.lingloft.cn/login/oauth/authorize",
tokenURL: "https://auth.wiki.forum/api/login/oauth/access_token", tokenURL: "https://auth.lingloft.cn/api/login/oauth/access_token",
userInfoURL: "https://auth.wiki.forum/api/userinfo", userInfoURL: "https://auth.lingloft.cn/api/userinfo",
scope: "openid profile email offline_access", scope: "openid profile email offline_access",
// 展示相关 // 展示相关
name: "dlass", name: "dlass",