payload-zitadel-plugin 0.5.16 → 0.5.18
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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://npmjs.org/package/payload-zitadel-plugin)
|
|
4
4
|
|
|
5
|
-
a plugin for [Payload CMS](https://payloadcms.com) (v3), which enables authentication via Zitadel IdP
|
|
5
|
+
a plugin for [Payload CMS](https://payloadcms.com) (v3), which enables authentication via [Zitadel IdP](https://zitadel.com)
|
|
6
6
|
|
|
7
7
|
The default use case is to fully replace PayloadCMS Auth with Zitadel.
|
|
8
8
|
Thus, the user collection in PayloadCMS becomes just a shadow of the information in Zitadel.
|
|
@@ -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.18
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
## Configuration
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "payload-zitadel-plugin",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.18",
|
|
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.73.0",
|
|
40
|
+
"@payloadcms/translations": "^3.73.0",
|
|
41
|
+
"@payloadcms/ui": "^3.73.0",
|
|
42
42
|
"jose": "^6.1.3",
|
|
43
|
-
"next": "^16.1.
|
|
44
|
-
"payload": "^3.
|
|
43
|
+
"next": "^16.1.4",
|
|
44
|
+
"payload": "^3.73.0",
|
|
45
45
|
"react": "^19.2.3",
|
|
46
46
|
"react-dom": "^19.2.3"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@swc/cli": "^0.7.
|
|
50
|
-
"@swc/core": "^1.15.
|
|
51
|
-
"@types/node": "^25.0.
|
|
52
|
-
"@types/react": "^19.2.
|
|
49
|
+
"@swc/cli": "^0.7.10",
|
|
50
|
+
"@swc/core": "^1.15.10",
|
|
51
|
+
"@types/node": "^25.0.10",
|
|
52
|
+
"@types/react": "^19.2.9",
|
|
53
53
|
"@types/react-dom": "^19.2.3",
|
|
54
54
|
"rimraf": "^6.1.2",
|
|
55
55
|
"typescript": "^5.9.3"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|
|
58
|
-
"node": "^25.
|
|
58
|
+
"node": "^25.4.0"
|
|
59
59
|
},
|
|
60
60
|
"exports": {
|
|
61
61
|
".": {
|