mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced 2026-03-18 23:33:09 +00:00
更新dlass的auth地址
This commit is contained in:
parent
688bdd6214
commit
1b3366ac23
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user