zuplo 6.71.6 → 6.71.8
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/docs/articles/graphql.mdx +4 -6
- package/docs/articles/local-development-troubleshooting.mdx +10 -0
- package/docs/articles/monetization/dynamic-metering.md +105 -0
- package/docs/articles/monetization/index.mdx +22 -19
- package/docs/articles/monetization/meters.mdx +4 -4
- package/docs/articles/monetization/monetization-policy.md +33 -55
- package/docs/articles/monetization/programmatic-monetization.md +254 -0
- package/docs/articles/monetization/subscription-data.md +153 -0
- package/docs/articles/openapi-string-format-validation-warnings.mdx +142 -0
- package/docs/articles/troubleshooting-deployments-and-git-sync.mdx +222 -0
- package/docs/policies/mcp-auth0-oauth-inbound/schema.json +7 -0
- package/docs/policies/mcp-cognito-oauth-inbound/schema.json +7 -0
- package/docs/policies/mcp-entra-oauth-inbound/schema.json +7 -0
- package/docs/policies/mcp-google-oauth-inbound/schema.json +7 -0
- package/docs/policies/mcp-keycloak-oauth-inbound/schema.json +7 -0
- package/docs/policies/mcp-logto-oauth-inbound/schema.json +7 -0
- package/docs/policies/mcp-oauth-inbound/schema.json +7 -0
- package/docs/policies/mcp-okta-oauth-inbound/schema.json +7 -0
- package/docs/policies/mcp-ping-oauth-inbound/schema.json +7 -0
- package/docs/policies/mcp-workos-oauth-inbound/schema.json +7 -0
- package/package.json +4 -4
|
@@ -103,6 +103,12 @@
|
|
|
103
103
|
"type": "integer",
|
|
104
104
|
"minimum": 1,
|
|
105
105
|
"default": 28800
|
|
106
|
+
},
|
|
107
|
+
"pkce": {
|
|
108
|
+
"type": "string",
|
|
109
|
+
"enum": ["S256", "none"],
|
|
110
|
+
"default": "none",
|
|
111
|
+
"description": "Whether to send S256 PKCE on the federated browser-login authorization request and replay the verifier at the token exchange. Defaults to \"none\". Set to \"S256\" when the identity provider mandates PKCE on the authorization-code flow."
|
|
106
112
|
}
|
|
107
113
|
}
|
|
108
114
|
}
|
|
@@ -116,6 +122,7 @@
|
|
|
116
122
|
"options": {
|
|
117
123
|
"authorizationServerId": "default",
|
|
118
124
|
"browserLoginOverrides": {
|
|
125
|
+
"pkce": "none",
|
|
119
126
|
"remoteTimeoutMs": 10000,
|
|
120
127
|
"sessionTtlSeconds": 28800,
|
|
121
128
|
"stateTtlSeconds": 900
|
|
@@ -116,6 +116,12 @@
|
|
|
116
116
|
"type": "integer",
|
|
117
117
|
"minimum": 1,
|
|
118
118
|
"default": 28800
|
|
119
|
+
},
|
|
120
|
+
"pkce": {
|
|
121
|
+
"type": "string",
|
|
122
|
+
"enum": ["S256", "none"],
|
|
123
|
+
"default": "none",
|
|
124
|
+
"description": "Whether to send S256 PKCE on the federated browser-login authorization request and replay the verifier at the token exchange. Defaults to \"none\". Set to \"S256\" when the identity provider mandates PKCE on the authorization-code flow."
|
|
119
125
|
}
|
|
120
126
|
}
|
|
121
127
|
}
|
|
@@ -128,6 +134,7 @@
|
|
|
128
134
|
"module": "$import(@zuplo/runtime)",
|
|
129
135
|
"options": {
|
|
130
136
|
"browserLoginOverrides": {
|
|
137
|
+
"pkce": "none",
|
|
131
138
|
"remoteTimeoutMs": 10000,
|
|
132
139
|
"sessionTtlSeconds": 28800,
|
|
133
140
|
"stateTtlSeconds": 900
|
|
@@ -93,6 +93,12 @@
|
|
|
93
93
|
"type": "integer",
|
|
94
94
|
"minimum": 1,
|
|
95
95
|
"default": 28800
|
|
96
|
+
},
|
|
97
|
+
"pkce": {
|
|
98
|
+
"type": "string",
|
|
99
|
+
"enum": ["S256", "none"],
|
|
100
|
+
"default": "none",
|
|
101
|
+
"description": "Whether to send S256 PKCE on the federated browser-login authorization request and replay the verifier at the token exchange. Defaults to \"none\". Set to \"S256\" when the identity provider mandates PKCE on the authorization-code flow."
|
|
96
102
|
}
|
|
97
103
|
}
|
|
98
104
|
}
|
|
@@ -105,6 +111,7 @@
|
|
|
105
111
|
"module": "$import(@zuplo/runtime)",
|
|
106
112
|
"options": {
|
|
107
113
|
"browserLoginOverrides": {
|
|
114
|
+
"pkce": "none",
|
|
108
115
|
"remoteTimeoutMs": 10000,
|
|
109
116
|
"sessionTtlSeconds": 28800,
|
|
110
117
|
"stateTtlSeconds": 900
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zuplo",
|
|
3
|
-
"version": "6.71.
|
|
3
|
+
"version": "6.71.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The programmable API Gateway",
|
|
6
6
|
"author": "Zuplo, Inc.",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"zuplo": "zuplo.js"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@zuplo/cli": "6.71.
|
|
23
|
-
"@zuplo/core": "6.71.
|
|
24
|
-
"@zuplo/runtime": "6.71.
|
|
22
|
+
"@zuplo/cli": "6.71.8",
|
|
23
|
+
"@zuplo/core": "6.71.8",
|
|
24
|
+
"@zuplo/runtime": "6.71.8",
|
|
25
25
|
"@zuplo/test": "1.4.0"
|
|
26
26
|
}
|
|
27
27
|
}
|