1
1
mirror of https://github.com/ZeroCatDev/ClassworksKV.git synced 2026-03-21 09:53:11 +00:00

Compare commits

..

No commits in common. "b01c2c25987985d28adfef7045c26d9884236617" and "688bdd6214f57245e52d232552810435fe7f2e0f" have entirely different histories.

3 changed files with 6 additions and 6 deletions

View File

@ -72,9 +72,9 @@ export const oauthProviders = {
clientId: process.env.DLASS_CLIENT_ID,
clientSecret: process.env.DLASS_CLIENT_SECRET,
// Casdoor 标准端点
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",
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",
scope: "openid profile email offline_access",
// 展示相关
name: "dlass",

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "ClassworksKV",
"version": "1.3.19",
"version": "1.3.18",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ClassworksKV",
"version": "1.3.19",
"version": "1.3.18",
"dependencies": {
"@opentelemetry/auto-instrumentations-node": "^0.59.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.205.0",

View File

@ -1,6 +1,6 @@
{
"name": "ClassworksKV",
"version": "1.3.19",
"version": "1.3.18",
"private": true,
"scripts": {
"start": "node ./bin/www",