1
1
mirror of https://github.com/ZeroCatDev/ClassworksKV.git synced 2026-02-03 23:23:10 +00:00
This commit is contained in:
Sunwuyuan 2026-02-01 18:30:27 +08:00
commit a5728ac2a5
No known key found for this signature in database
GPG Key ID: A6A54CF66F56BB64

View File

@ -18,9 +18,9 @@ export const oauthProviders = {
zerocat: {
clientId: process.env.ZEROCAT_CLIENT_ID,
clientSecret: process.env.ZEROCAT_CLIENT_SECRET,
authorizationURL: "https://zerocat-api.houlang.cloud/oauth/authorize",
tokenURL: "https://zerocat-api.houlang.cloud/oauth/token",
userInfoURL: "https://zerocat-api.houlang.cloud/oauth/userinfo",
authorizationURL: "https://api.zcservice.houlang.cloud/oauth/authorize",
tokenURL: "https://api.zcservice.houlang.cloud/oauth/token",
userInfoURL: "https://api.zcservice.houlang.cloud/oauth/userinfo",
scope: "user:basic user:email",
// 展示相关
name: "ZeroCat",