@tachybase/plugin-auth-oidc 0.23.8 → 0.23.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,14 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.8",
4
- "@tachybase/module-auth": "0.23.8",
3
+ "@tachybase/client": "0.23.16",
4
+ "@tachybase/module-auth": "0.23.16",
5
5
  "@ant-design/icons": "5.3.7",
6
6
  "antd": "5.22.5",
7
7
  "react-router-dom": "6.28.1",
8
- "@tachybase/components": "0.23.8",
9
- "@tachybase/schema": "0.23.8",
10
- "@tachybase/auth": "0.23.8",
11
- "@tachybase/server": "0.23.8",
8
+ "@tachybase/components": "0.23.16",
9
+ "@tachybase/schema": "0.23.16",
10
+ "@tachybase/auth": "0.23.16",
11
+ "@tachybase/server": "0.23.16",
12
12
  "react-i18next": "15.2.0",
13
- "@tachybase/actions": "0.23.8"
13
+ "@tachybase/actions": "0.23.16"
14
14
  };
@@ -1 +1 @@
1
- {"name":"nanoid","version":"3.3.8","description":"A tiny (116 bytes), secure URL-friendly unique string ID generator","keywords":["uuid","random","id","url"],"engines":{"node":"^10 || ^12 || ^13.7 || ^14 || >=15.0.1"},"funding":[{"type":"github","url":"https://github.com/sponsors/ai"}],"author":"Andrey Sitnik <andrey@sitnik.ru>","license":"MIT","repository":"ai/nanoid","browser":{"./index.js":"./index.browser.js","./async/index.js":"./async/index.browser.js","./async/index.cjs":"./async/index.browser.cjs","./index.cjs":"./index.browser.cjs"},"react-native":"index.js","bin":"./bin/nanoid.cjs","sideEffects":false,"types":"./index.d.ts","type":"module","main":"index.cjs","module":"index.js","exports":{".":{"browser":"./index.browser.js","require":{"types":"./index.d.cts","default":"./index.cjs"},"import":{"types":"./index.d.ts","default":"./index.js"},"default":"./index.js"},"./package.json":"./package.json","./async/package.json":"./async/package.json","./async":{"browser":"./async/index.browser.js","require":{"types":"./index.d.cts","default":"./async/index.cjs"},"import":{"types":"./index.d.ts","default":"./async/index.js"},"default":"./async/index.js"},"./non-secure/package.json":"./non-secure/package.json","./non-secure":{"require":{"types":"./index.d.cts","default":"./non-secure/index.cjs"},"import":{"types":"./index.d.ts","default":"./non-secure/index.js"},"default":"./non-secure/index.js"},"./url-alphabet/package.json":"./url-alphabet/package.json","./url-alphabet":{"require":{"types":"./index.d.cts","default":"./url-alphabet/index.cjs"},"import":{"types":"./index.d.ts","default":"./url-alphabet/index.js"},"default":"./url-alphabet/index.js"}},"_lastModified":"2024-12-22T16:05:42.525Z"}
1
+ {"name":"nanoid","version":"3.3.8","description":"A tiny (116 bytes), secure URL-friendly unique string ID generator","keywords":["uuid","random","id","url"],"engines":{"node":"^10 || ^12 || ^13.7 || ^14 || >=15.0.1"},"funding":[{"type":"github","url":"https://github.com/sponsors/ai"}],"author":"Andrey Sitnik <andrey@sitnik.ru>","license":"MIT","repository":"ai/nanoid","browser":{"./index.js":"./index.browser.js","./async/index.js":"./async/index.browser.js","./async/index.cjs":"./async/index.browser.cjs","./index.cjs":"./index.browser.cjs"},"react-native":"index.js","bin":"./bin/nanoid.cjs","sideEffects":false,"types":"./index.d.ts","type":"module","main":"index.cjs","module":"index.js","exports":{".":{"browser":"./index.browser.js","require":{"types":"./index.d.cts","default":"./index.cjs"},"import":{"types":"./index.d.ts","default":"./index.js"},"default":"./index.js"},"./package.json":"./package.json","./async/package.json":"./async/package.json","./async":{"browser":"./async/index.browser.js","require":{"types":"./index.d.cts","default":"./async/index.cjs"},"import":{"types":"./index.d.ts","default":"./async/index.js"},"default":"./async/index.js"},"./non-secure/package.json":"./non-secure/package.json","./non-secure":{"require":{"types":"./index.d.cts","default":"./non-secure/index.cjs"},"import":{"types":"./index.d.ts","default":"./non-secure/index.js"},"default":"./non-secure/index.js"},"./url-alphabet/package.json":"./url-alphabet/package.json","./url-alphabet":{"require":{"types":"./index.d.cts","default":"./url-alphabet/index.cjs"},"import":{"types":"./index.d.ts","default":"./url-alphabet/index.js"},"default":"./url-alphabet/index.js"}},"_lastModified":"2024-12-26T07:38:47.048Z"}
@@ -1 +1 @@
1
- {"name":"openid-client","version":"5.7.1","description":"OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs","keywords":["auth","authentication","basic","certified","client","connect","dynamic","electron","hybrid","identity","implicit","oauth","oauth2","oidc","openid","passport","relying party","strategy"],"homepage":"https://github.com/panva/openid-client","repository":"panva/openid-client","funding":{"url":"https://github.com/sponsors/panva"},"license":"MIT","author":"Filip Skokan <panva.ip@gmail.com>","exports":{"types":"./types/index.d.ts","import":"./lib/index.mjs","require":"./lib/index.js"},"main":"./lib/index.js","types":"./types/index.d.ts","files":["lib","types/index.d.ts"],"scripts":{"format":"npx prettier --loglevel silent --write ./lib ./test ./certification ./types","test":"mocha test/**/*.test.js"},"dependencies":{"jose":"^4.15.9","lru-cache":"^6.0.0","object-hash":"^2.2.0","oidc-token-hash":"^5.0.3"},"devDependencies":{"@types/node":"^16.18.106","@types/passport":"^1.0.16","base64url":"^3.0.1","chai":"^4.5.0","mocha":"^10.7.3","nock":"^13.5.5","prettier":"^2.8.8","readable-mock-req":"^0.2.2","sinon":"^9.2.4","timekeeper":"^2.3.1"},"standard-version":{"scripts":{"postchangelog":"sed -i '' -e 's/### \\[/## [/g' CHANGELOG.md"},"types":[{"type":"feat","section":"Features"},{"type":"fix","section":"Fixes"},{"type":"chore","hidden":true},{"type":"docs","hidden":true},{"type":"style","hidden":true},{"type":"refactor","section":"Refactor","hidden":false},{"type":"perf","section":"Performance","hidden":false},{"type":"test","hidden":true}]},"_lastModified":"2024-12-22T16:05:42.361Z"}
1
+ {"name":"openid-client","version":"5.7.1","description":"OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs","keywords":["auth","authentication","basic","certified","client","connect","dynamic","electron","hybrid","identity","implicit","oauth","oauth2","oidc","openid","passport","relying party","strategy"],"homepage":"https://github.com/panva/openid-client","repository":"panva/openid-client","funding":{"url":"https://github.com/sponsors/panva"},"license":"MIT","author":"Filip Skokan <panva.ip@gmail.com>","exports":{"types":"./types/index.d.ts","import":"./lib/index.mjs","require":"./lib/index.js"},"main":"./lib/index.js","types":"./types/index.d.ts","files":["lib","types/index.d.ts"],"scripts":{"format":"npx prettier --loglevel silent --write ./lib ./test ./certification ./types","test":"mocha test/**/*.test.js"},"dependencies":{"jose":"^4.15.9","lru-cache":"^6.0.0","object-hash":"^2.2.0","oidc-token-hash":"^5.0.3"},"devDependencies":{"@types/node":"^16.18.106","@types/passport":"^1.0.16","base64url":"^3.0.1","chai":"^4.5.0","mocha":"^10.7.3","nock":"^13.5.5","prettier":"^2.8.8","readable-mock-req":"^0.2.2","sinon":"^9.2.4","timekeeper":"^2.3.1"},"standard-version":{"scripts":{"postchangelog":"sed -i '' -e 's/### \\[/## [/g' CHANGELOG.md"},"types":[{"type":"feat","section":"Features"},{"type":"fix","section":"Fixes"},{"type":"chore","hidden":true},{"type":"docs","hidden":true},{"type":"style","hidden":true},{"type":"refactor","section":"Refactor","hidden":false},{"type":"perf","section":"Performance","hidden":false},{"type":"test","hidden":true}]},"_lastModified":"2024-12-26T07:38:46.792Z"}
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-auth-oidc",
3
3
  "displayName": "Auth: OIDC",
4
- "version": "0.23.8",
4
+ "version": "0.23.16",
5
5
  "description": "OIDC (OpenID Connect) authentication.",
6
6
  "keywords": [
7
7
  "Authentication"
8
8
  ],
9
9
  "license": "Apache-2.0",
10
10
  "main": "./dist/server/index.js",
11
+ "dependencies": {},
11
12
  "devDependencies": {
12
13
  "@ant-design/icons": "~5.3.7",
13
14
  "ahooks": "^3.8.4",
@@ -17,17 +18,17 @@
17
18
  "react": "~18.3.1",
18
19
  "react-i18next": "^15.2.0",
19
20
  "react-router-dom": "6.28.1",
20
- "@tachybase/schema": "0.23.8",
21
- "@tachybase/components": "0.23.8"
21
+ "@tachybase/components": "0.23.16",
22
+ "@tachybase/schema": "0.23.16"
22
23
  },
23
24
  "peerDependencies": {
24
- "@tachybase/auth": "0.23.8",
25
- "@tachybase/actions": "0.23.8",
26
- "@tachybase/module-auth": "0.23.8",
27
- "@tachybase/client": "0.23.8",
28
- "@tachybase/database": "0.23.8",
29
- "@tachybase/server": "0.23.8",
30
- "@tachybase/test": "0.23.8"
25
+ "@tachybase/actions": "0.23.16",
26
+ "@tachybase/client": "0.23.16",
27
+ "@tachybase/auth": "0.23.16",
28
+ "@tachybase/database": "0.23.16",
29
+ "@tachybase/module-auth": "0.23.16",
30
+ "@tachybase/server": "0.23.16",
31
+ "@tachybase/test": "0.23.16"
31
32
  },
32
33
  "description.zh-CN": "通过 OIDC (OpenID Connect) 协议认证身份。",
33
34
  "displayName.zh-CN": "认证:OIDC",
@@ -1,12 +0,0 @@
1
-
2
- 
3
- > @tachybase/plugin-auth-oidc@0.23.2 build /Users/seal/Documents/projects/tachybase/packages/plugin-auth-oidc
4
- > tachybase-build --no-dts @tachybase/plugin-auth-oidc
5
-
6
- The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
- @tachybase/plugin-auth-oidc: plugin-auth-oidc build start
8
- @tachybase/plugin-auth-oidc: build plugin client
9
- @tachybase/plugin-auth-oidc: build plugin server source
10
- @tachybase/plugin-auth-oidc: delete server files
11
- @tachybase/plugin-auth-oidc: build plugin server dependencies
12
- @tachybase/plugin-auth-oidc: These packages openid-client, nanoid will be bundled to dist/node_modules. These packages @tachybase/auth, @tachybase/module-auth, @tachybase/server, @tachybase/actions will be exclude.