payload-zitadel-plugin 0.5.27 → 0.5.28
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.
- package/README.md +2 -2
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Thus, the user collection in PayloadCMS becomes just a shadow of the information
|
|
|
10
10
|
## Install
|
|
11
11
|
|
|
12
12
|
```shell
|
|
13
|
-
pnpm add payload-zitadel-plugin@0.5.
|
|
13
|
+
pnpm add payload-zitadel-plugin@0.5.28
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
## Configuration
|
|
@@ -144,7 +144,7 @@ export default withPayload({
|
|
|
144
144
|
ZITADEL_API_CLIENT_ID: '123456789123456789',
|
|
145
145
|
ZITADEL_API_CLIENT_SECRET: '...',
|
|
146
146
|
// if you use JWT auth
|
|
147
|
-
ZITADEL_API_JWT
|
|
147
|
+
ZITADEL_API_JWT: '{"type":"application","keyId":"123456789123456789","key":"-----BEGIN RSA PRIVATE KEY-----\n ... \n-----END RSA PRIVATE KEY-----\n","appId":"123456789123456789","clientId":"123456789123456789"}'
|
|
148
148
|
},
|
|
149
149
|
...
|
|
150
150
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "payload-zitadel-plugin",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.28",
|
|
4
4
|
"description": "plugin for Payload CMS, which enables authentication via Zitadel IdP",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,26 +36,26 @@
|
|
|
36
36
|
"dist"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@payloadcms/next": "^3.
|
|
40
|
-
"@payloadcms/translations": "^3.
|
|
41
|
-
"@payloadcms/ui": "^3.
|
|
39
|
+
"@payloadcms/next": "^3.82.0",
|
|
40
|
+
"@payloadcms/translations": "^3.82.0",
|
|
41
|
+
"@payloadcms/ui": "^3.82.0",
|
|
42
42
|
"jose": "^6.2.2",
|
|
43
|
-
"next": "^16.2.
|
|
44
|
-
"payload": "^3.
|
|
45
|
-
"react": "^19.2.
|
|
46
|
-
"react-dom": "^19.2.
|
|
43
|
+
"next": "^16.2.3",
|
|
44
|
+
"payload": "^3.82.0",
|
|
45
|
+
"react": "^19.2.5",
|
|
46
|
+
"react-dom": "^19.2.5"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@swc/cli": "^0.8.1",
|
|
50
|
-
"@swc/core": "^1.15.
|
|
51
|
-
"@types/node": "^25.5.
|
|
50
|
+
"@swc/core": "^1.15.24",
|
|
51
|
+
"@types/node": "^25.5.2",
|
|
52
52
|
"@types/react": "^19.2.14",
|
|
53
53
|
"@types/react-dom": "^19.2.3",
|
|
54
54
|
"rimraf": "^6.1.3",
|
|
55
55
|
"typescript": "^6.0.2"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|
|
58
|
-
"node": "^25.
|
|
58
|
+
"node": "^25.9.0"
|
|
59
59
|
},
|
|
60
60
|
"exports": {
|
|
61
61
|
".": {
|