payload-zitadel-plugin 0.4.3 → 0.4.4
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 +4 -4
- package/package.json +6 -6
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.4.
|
13
|
+
pnpm add payload-zitadel-plugin@0.4.4
|
14
14
|
```
|
15
15
|
|
16
16
|
## Configuration
|
@@ -24,7 +24,7 @@ plugin list.
|
|
24
24
|
#### payload.config.ts
|
25
25
|
|
26
26
|
```typescript
|
27
|
-
import {buildConfig} from 'payload
|
27
|
+
import {buildConfig} from 'payload'
|
28
28
|
import {zitadelPlugin} from 'payload-zitadel-plugin'
|
29
29
|
|
30
30
|
|
@@ -146,7 +146,7 @@ import {withPayload} from '@payloadcms/next/withPayload'
|
|
146
146
|
|
147
147
|
export default withPayload({
|
148
148
|
...,
|
149
|
-
|
149
|
+
|
150
150
|
// if Avatar enabled:
|
151
151
|
// allow loading assets like profile pictures from Zitadel
|
152
152
|
images: {
|
@@ -192,7 +192,7 @@ export default withPayload({
|
|
192
192
|
}
|
193
193
|
]
|
194
194
|
},
|
195
|
-
|
195
|
+
|
196
196
|
...
|
197
197
|
|
198
198
|
})
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "payload-zitadel-plugin",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.4",
|
4
4
|
"description": "plugin for Payload CMS, which enables authentication via Zitadel IdP",
|
5
5
|
"type": "module",
|
6
6
|
"license": "MIT",
|
@@ -36,19 +36,19 @@
|
|
36
36
|
"dist"
|
37
37
|
],
|
38
38
|
"dependencies": {
|
39
|
-
"@payloadcms/next": "^3.
|
40
|
-
"@payloadcms/translations": "^3.
|
41
|
-
"@payloadcms/ui": "^3.
|
39
|
+
"@payloadcms/next": "^3.14.0",
|
40
|
+
"@payloadcms/translations": "^3.14.0",
|
41
|
+
"@payloadcms/ui": "^3.14.0",
|
42
42
|
"jose": "^5.9.6",
|
43
43
|
"next": "^15.1.3",
|
44
|
-
"payload": "^3.
|
44
|
+
"payload": "^3.14.0",
|
45
45
|
"react": "^19.0.0",
|
46
46
|
"react-dom": "^19.0.0"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
49
|
"@swc/cli": "^0.5.2",
|
50
50
|
"@swc/core": "^1.10.4",
|
51
|
-
"@types/node": "^22.10.
|
51
|
+
"@types/node": "^22.10.5",
|
52
52
|
"@types/react": "^19.0.2",
|
53
53
|
"@types/react-dom": "^19.0.2",
|
54
54
|
"rimraf": "^6.0.1",
|