@typekcz-nocobase-plugins/plugin-oidc-plus 1.0.2 → 1.0.3

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.
@@ -73,6 +73,7 @@ class Issuer {
73
73
  Object.defineProperties(this, {
74
74
  Client: { value: Client, enumerable: true },
75
75
  FAPI1Client: { value: class FAPI1Client extends Client {}, enumerable: true },
76
+ FAPI2Client: { value: class FAPI2Client extends Client {}, enumerable: true },
76
77
  });
77
78
  }
78
79
 
@@ -1 +1 @@
1
- {"name":"openid-client","version":"5.6.5","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/node-openid-client","repository":"panva/node-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.5","lru-cache":"^6.0.0","object-hash":"^2.2.0","oidc-token-hash":"^5.0.3"},"devDependencies":{"@types/node":"^16.18.87","@types/passport":"^1.0.16","base64url":"^3.0.1","chai":"^4.4.1","mocha":"^10.3.0","nock":"^13.5.4","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-05-20T06:13:52.054Z"}
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":"2025-03-05T12:36:57.253Z"}
@@ -443,6 +443,7 @@ export class Issuer<TClient extends BaseClient = BaseClient> {
443
443
  Client: TypeOfGenericClient<TClient>;
444
444
 
445
445
  FAPI1Client: TypeOfGenericClient<TClient>;
446
+ FAPI2Client: TypeOfGenericClient<TClient>;
446
447
 
447
448
  metadata: IssuerMetadata;
448
449
  [custom.http_options]: CustomHttpOptionsProvider;
package/package.json CHANGED
@@ -2,29 +2,29 @@
2
2
  "name": "@typekcz-nocobase-plugins/plugin-oidc-plus",
3
3
  "displayName": "Auth: OIDC Plus",
4
4
  "description": "OIDC (OpenID Connect) authentication with extra features.",
5
- "version": "1.0.2",
5
+ "version": "1.0.3",
6
6
  "license": "AGPL-3.0",
7
7
  "main": "dist/server/index.js",
8
8
  "devDependencies": {
9
9
  "@ant-design/icons": "5.x",
10
10
  "@formily/antd-v5": "1.x",
11
11
  "@formily/react": "2.x",
12
- "ahooks": "3.7.2",
12
+ "ahooks": "^3.7.2",
13
13
  "antd": "5.x",
14
- "nanoid": "3.3.4",
14
+ "nanoid": "^3.3.4",
15
15
  "openid-client": "^5.4.2",
16
16
  "react": "18.x",
17
17
  "react-i18next": "^11.15.1",
18
18
  "js-cookie": "^3.0.5"
19
19
  },
20
20
  "peerDependencies": {
21
- "@nocobase/actions": "^1.3.19-beta",
22
- "@nocobase/auth": "^1.3.19-beta",
23
- "@nocobase/client": "^1.3.19-beta",
24
- "@nocobase/database": "^1.3.19-beta",
25
- "@nocobase/plugin-auth": "^1.3.19-beta",
26
- "@nocobase/server": "^1.3.19-beta",
27
- "@nocobase/test": "^1.3.19-beta"
21
+ "@nocobase/actions": "1.x",
22
+ "@nocobase/auth": "1.x",
23
+ "@nocobase/client": "1.x",
24
+ "@nocobase/database": "1.x",
25
+ "@nocobase/plugin-auth": "1.x",
26
+ "@nocobase/server": "1.x",
27
+ "@nocobase/test": "1.x"
28
28
  },
29
29
  "keywords": [
30
30
  "Authentication"