@betterportal/auth-authress-io 10.1.61 → 10.1.63
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/lib/bp-contracts/org.betterportal.auth.authress-io.json +701 -460
- package/lib/plugins/service-betterportal-auth-authress-io/.bp-generated/registry.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/.bp-generated/registry.js +12 -38
- package/lib/plugins/service-betterportal-auth-authress-io/.bp-generated/registry.js.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/login/GET.d.ts +3 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/login/GET.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/login/GET.js +3 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/login/GET.js.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/login/POST.d.ts +3 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/login/POST.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/login/POST.js +3 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/login/POST.js.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/login/index.d.ts +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/login/index.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/login/index.js +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/login/index.js.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/login/route.impl.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/login/route.impl.js +6 -6
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/login/route.impl.js.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/logout/GET.d.ts +2 -0
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/logout/GET.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/logout/GET.js +2 -0
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/logout/GET.js.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/logout/index.d.ts +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/logout/index.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/logout/index.js +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/logout/index.js.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/logout/route.impl.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/logout/route.impl.js +2 -2
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/logout/route.impl.js.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/refresh/POST.d.ts +3 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/refresh/POST.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/refresh/POST.js +3 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/refresh/POST.js.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/refresh/index.d.ts +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/refresh/index.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/refresh/index.js +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/refresh/index.js.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/refresh/route.impl.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/refresh/route.impl.js +3 -3
- package/lib/plugins/service-betterportal-auth-authress-io/bp-routes/refresh/route.impl.js.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/index.d.ts +2 -2
- package/lib/plugins/service-betterportal-auth-authress-io/index.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/index.js +1 -1
- package/lib/plugins/service-betterportal-auth-authress-io/index.js.map +1 -1
- package/lib/schemas/service-betterportal-auth-authress-io.json +1 -1
- package/lib/schemas/service-betterportal-auth-authress-io.plugin.json +1 -1
- package/package.json +3 -3
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"manifest": {
|
|
3
|
-
"protocolVersion":
|
|
3
|
+
"protocolVersion": 2,
|
|
4
4
|
"pluginId": "org.betterportal.auth.authress-io",
|
|
5
5
|
"title": "BetterPortal Authress.io",
|
|
6
6
|
"description": "Authress-backed auth service for BetterPortal apps.",
|
|
7
|
-
"version": "10.1.
|
|
7
|
+
"version": "10.1.63",
|
|
8
8
|
"category": "service",
|
|
9
9
|
"deploymentModes": [
|
|
10
10
|
"self-hosted"
|
|
@@ -32,318 +32,518 @@
|
|
|
32
32
|
"description": "Authenticate with Authress and store the Authress bearer token.",
|
|
33
33
|
"path": "/login",
|
|
34
34
|
"pathVariants": [],
|
|
35
|
-
"methods": [
|
|
36
|
-
"GET",
|
|
37
|
-
"POST"
|
|
38
|
-
],
|
|
39
35
|
"paramsSchema": {},
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
36
|
+
"operations": [
|
|
37
|
+
{
|
|
38
|
+
"operationId": "auth.login.view",
|
|
39
|
+
"method": "GET",
|
|
40
|
+
"title": "Authress Login",
|
|
41
|
+
"description": "Authenticate with Authress and store the Authress bearer token.",
|
|
42
|
+
"querySchema": {
|
|
43
|
+
"anyvaliVersion": "1.0",
|
|
44
|
+
"schemaVersion": "1.1",
|
|
45
|
+
"root": {
|
|
46
|
+
"kind": "object",
|
|
47
|
+
"properties": {
|
|
48
|
+
"action": {
|
|
49
|
+
"kind": "optional",
|
|
50
|
+
"inner": {
|
|
51
|
+
"kind": "string"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"next": {
|
|
55
|
+
"kind": "optional",
|
|
56
|
+
"inner": {
|
|
57
|
+
"kind": "string"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"redirect": {
|
|
61
|
+
"kind": "optional",
|
|
62
|
+
"inner": {
|
|
63
|
+
"kind": "string"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"required": [],
|
|
68
|
+
"unknownKeys": "strip"
|
|
57
69
|
},
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
"inner": {
|
|
61
|
-
"kind": "string"
|
|
62
|
-
}
|
|
63
|
-
}
|
|
70
|
+
"definitions": {},
|
|
71
|
+
"extensions": {}
|
|
64
72
|
},
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
"schemaVersion": "1.1",
|
|
74
|
-
"root": {
|
|
75
|
-
"kind": "object",
|
|
76
|
-
"properties": {},
|
|
77
|
-
"required": [],
|
|
78
|
-
"unknownKeys": "strip"
|
|
79
|
-
},
|
|
80
|
-
"definitions": {},
|
|
81
|
-
"extensions": {}
|
|
82
|
-
},
|
|
83
|
-
"bodySchema": {
|
|
84
|
-
"anyvaliVersion": "1.0",
|
|
85
|
-
"schemaVersion": "1.1",
|
|
86
|
-
"root": {
|
|
87
|
-
"kind": "object",
|
|
88
|
-
"properties": {
|
|
89
|
-
"accessToken": {
|
|
90
|
-
"kind": "string",
|
|
91
|
-
"minLength": 1
|
|
92
|
-
},
|
|
93
|
-
"next": {
|
|
94
|
-
"kind": "optional",
|
|
95
|
-
"inner": {
|
|
96
|
-
"kind": "string"
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
|
-
"userId": {
|
|
100
|
-
"kind": "optional",
|
|
101
|
-
"inner": {
|
|
102
|
-
"kind": "string"
|
|
103
|
-
}
|
|
73
|
+
"headersSchema": {
|
|
74
|
+
"anyvaliVersion": "1.0",
|
|
75
|
+
"schemaVersion": "1.1",
|
|
76
|
+
"root": {
|
|
77
|
+
"kind": "object",
|
|
78
|
+
"properties": {},
|
|
79
|
+
"required": [],
|
|
80
|
+
"unknownKeys": "strip"
|
|
104
81
|
},
|
|
105
|
-
"
|
|
106
|
-
|
|
107
|
-
"inner": {
|
|
108
|
-
"kind": "string"
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
"email": {
|
|
112
|
-
"kind": "optional",
|
|
113
|
-
"inner": {
|
|
114
|
-
"kind": "string"
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
"picture": {
|
|
118
|
-
"kind": "optional",
|
|
119
|
-
"inner": {
|
|
120
|
-
"kind": "string"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
82
|
+
"definitions": {},
|
|
83
|
+
"extensions": {}
|
|
123
84
|
},
|
|
124
|
-
"
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
],
|
|
170
|
-
"default": "default"
|
|
171
|
-
},
|
|
172
|
-
"scopes": {
|
|
173
|
-
"kind": "array",
|
|
174
|
-
"items": {
|
|
175
|
-
"kind": "string"
|
|
176
|
-
},
|
|
177
|
-
"default": []
|
|
178
|
-
},
|
|
179
|
-
"alreadyLoggedIn": {
|
|
180
|
-
"kind": "optional",
|
|
181
|
-
"inner": {
|
|
182
|
-
"kind": "bool"
|
|
183
|
-
}
|
|
184
|
-
},
|
|
185
|
-
"loggedOut": {
|
|
186
|
-
"kind": "optional",
|
|
187
|
-
"inner": {
|
|
188
|
-
"kind": "bool"
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
"nextUrl": {
|
|
192
|
-
"kind": "optional",
|
|
193
|
-
"inner": {
|
|
194
|
-
"kind": "string"
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
"expiresInSeconds": {
|
|
198
|
-
"kind": "optional",
|
|
199
|
-
"inner": {
|
|
200
|
-
"kind": "int",
|
|
201
|
-
"min": 1
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
"user": {
|
|
205
|
-
"kind": "optional",
|
|
206
|
-
"inner": {
|
|
207
|
-
"kind": "object",
|
|
208
|
-
"properties": {
|
|
209
|
-
"id": {
|
|
210
|
-
"kind": "optional",
|
|
211
|
-
"inner": {
|
|
212
|
-
"kind": "string"
|
|
213
|
-
}
|
|
214
|
-
},
|
|
215
|
-
"name": {
|
|
216
|
-
"kind": "optional",
|
|
217
|
-
"inner": {
|
|
218
|
-
"kind": "string"
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
|
-
"email": {
|
|
222
|
-
"kind": "optional",
|
|
223
|
-
"inner": {
|
|
224
|
-
"kind": "string"
|
|
225
|
-
}
|
|
85
|
+
"bodySchema": {},
|
|
86
|
+
"jsonResponseSchema": {
|
|
87
|
+
"anyvaliVersion": "1.0",
|
|
88
|
+
"schemaVersion": "1.1",
|
|
89
|
+
"root": {
|
|
90
|
+
"kind": "object",
|
|
91
|
+
"properties": {
|
|
92
|
+
"status": {
|
|
93
|
+
"kind": "enum",
|
|
94
|
+
"values": [
|
|
95
|
+
"ok",
|
|
96
|
+
"error"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
"message": {
|
|
100
|
+
"kind": "optional",
|
|
101
|
+
"inner": {
|
|
102
|
+
"kind": "string"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"authressApiUrl": {
|
|
106
|
+
"kind": "optional",
|
|
107
|
+
"inner": {
|
|
108
|
+
"kind": "string"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"authressApplicationId": {
|
|
112
|
+
"kind": "optional",
|
|
113
|
+
"inner": {
|
|
114
|
+
"kind": "string"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"loginUI": {
|
|
118
|
+
"kind": "enum",
|
|
119
|
+
"values": [
|
|
120
|
+
"default",
|
|
121
|
+
"clean",
|
|
122
|
+
"redirect"
|
|
123
|
+
],
|
|
124
|
+
"default": "default"
|
|
125
|
+
},
|
|
126
|
+
"scopes": {
|
|
127
|
+
"kind": "array",
|
|
128
|
+
"items": {
|
|
129
|
+
"kind": "string"
|
|
226
130
|
},
|
|
227
|
-
"
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
131
|
+
"default": []
|
|
132
|
+
},
|
|
133
|
+
"alreadyLoggedIn": {
|
|
134
|
+
"kind": "optional",
|
|
135
|
+
"inner": {
|
|
136
|
+
"kind": "bool"
|
|
232
137
|
}
|
|
233
138
|
},
|
|
234
|
-
"
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
139
|
+
"loggedOut": {
|
|
140
|
+
"kind": "optional",
|
|
141
|
+
"inner": {
|
|
142
|
+
"kind": "bool"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"nextUrl": {
|
|
146
|
+
"kind": "optional",
|
|
147
|
+
"inner": {
|
|
148
|
+
"kind": "string"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"expiresInSeconds": {
|
|
152
|
+
"kind": "optional",
|
|
153
|
+
"inner": {
|
|
154
|
+
"kind": "int",
|
|
155
|
+
"min": 1
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"user": {
|
|
159
|
+
"kind": "optional",
|
|
160
|
+
"inner": {
|
|
161
|
+
"kind": "object",
|
|
162
|
+
"properties": {
|
|
163
|
+
"id": {
|
|
164
|
+
"kind": "optional",
|
|
165
|
+
"inner": {
|
|
166
|
+
"kind": "string"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"name": {
|
|
170
|
+
"kind": "optional",
|
|
171
|
+
"inner": {
|
|
172
|
+
"kind": "string"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
"email": {
|
|
176
|
+
"kind": "optional",
|
|
177
|
+
"inner": {
|
|
178
|
+
"kind": "string"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"picture": {
|
|
182
|
+
"kind": "optional",
|
|
183
|
+
"inner": {
|
|
184
|
+
"kind": "string"
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"required": [],
|
|
189
|
+
"unknownKeys": "strip"
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"required": [
|
|
194
|
+
"status",
|
|
195
|
+
"loginUI",
|
|
196
|
+
"scopes"
|
|
197
|
+
],
|
|
198
|
+
"unknownKeys": "strip"
|
|
199
|
+
},
|
|
200
|
+
"definitions": {},
|
|
201
|
+
"extensions": {}
|
|
238
202
|
},
|
|
239
|
-
"
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
"
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
},
|
|
246
|
-
"definitions": {},
|
|
247
|
-
"extensions": {}
|
|
248
|
-
},
|
|
249
|
-
"metadataResponseSchema": {},
|
|
250
|
-
"renderable": true,
|
|
251
|
-
"html": {
|
|
252
|
-
"renderers": {
|
|
253
|
-
"bootstrap5": {
|
|
254
|
-
"defaultRenderer": "default",
|
|
255
|
-
"renderModes": [
|
|
256
|
-
"page",
|
|
257
|
-
"fragment"
|
|
258
|
-
],
|
|
259
|
-
"slots": [
|
|
260
|
-
"main",
|
|
261
|
-
"background.monitor",
|
|
262
|
-
"nav.profile"
|
|
263
|
-
],
|
|
264
|
-
"renderers": [
|
|
265
|
-
{
|
|
266
|
-
"id": "default",
|
|
267
|
-
"title": "Default Content",
|
|
268
|
-
"slotId": "main",
|
|
203
|
+
"metadataResponseSchema": {},
|
|
204
|
+
"renderable": true,
|
|
205
|
+
"html": {
|
|
206
|
+
"renderers": {
|
|
207
|
+
"bootstrap5": {
|
|
208
|
+
"defaultRenderer": "default",
|
|
269
209
|
"renderModes": [
|
|
270
210
|
"page",
|
|
271
211
|
"fragment"
|
|
212
|
+
],
|
|
213
|
+
"slots": [
|
|
214
|
+
"main",
|
|
215
|
+
"background.monitor",
|
|
216
|
+
"nav.profile"
|
|
217
|
+
],
|
|
218
|
+
"renderers": [
|
|
219
|
+
{
|
|
220
|
+
"id": "default",
|
|
221
|
+
"title": "Default Content",
|
|
222
|
+
"slotId": "main",
|
|
223
|
+
"renderModes": [
|
|
224
|
+
"page",
|
|
225
|
+
"fragment"
|
|
226
|
+
]
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"id": "background.monitor",
|
|
230
|
+
"title": "background.monitor",
|
|
231
|
+
"slotId": "background.monitor",
|
|
232
|
+
"renderModes": [
|
|
233
|
+
"fragment"
|
|
234
|
+
]
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"id": "nav.profile",
|
|
238
|
+
"title": "nav.profile",
|
|
239
|
+
"slotId": "nav.profile",
|
|
240
|
+
"renderModes": [
|
|
241
|
+
"fragment"
|
|
242
|
+
]
|
|
243
|
+
}
|
|
272
244
|
]
|
|
273
245
|
},
|
|
274
|
-
{
|
|
275
|
-
"
|
|
276
|
-
"title": "Default Content",
|
|
277
|
-
"slotId": "main",
|
|
246
|
+
"embedded": {
|
|
247
|
+
"defaultRenderer": "default",
|
|
278
248
|
"renderModes": [
|
|
279
|
-
"page",
|
|
280
249
|
"fragment"
|
|
250
|
+
],
|
|
251
|
+
"slots": [
|
|
252
|
+
"background.monitor"
|
|
253
|
+
],
|
|
254
|
+
"renderers": [
|
|
255
|
+
{
|
|
256
|
+
"id": "background.monitor",
|
|
257
|
+
"title": "background.monitor",
|
|
258
|
+
"slotId": "background.monitor",
|
|
259
|
+
"renderModes": [
|
|
260
|
+
"fragment"
|
|
261
|
+
]
|
|
262
|
+
}
|
|
281
263
|
]
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"auth": {
|
|
268
|
+
"required": false,
|
|
269
|
+
"callers": [
|
|
270
|
+
"user"
|
|
271
|
+
],
|
|
272
|
+
"permissions": []
|
|
273
|
+
},
|
|
274
|
+
"sitemap": {
|
|
275
|
+
"kind": "default"
|
|
276
|
+
},
|
|
277
|
+
"robots": [],
|
|
278
|
+
"role": "auth.login",
|
|
279
|
+
"dependencies": [
|
|
280
|
+
"auth.login",
|
|
281
|
+
"auth.logout",
|
|
282
|
+
"auth.refresh"
|
|
283
|
+
],
|
|
284
|
+
"chrome": {
|
|
285
|
+
"fullScreen": true
|
|
286
|
+
},
|
|
287
|
+
"apiContracts": [],
|
|
288
|
+
"demoScenarios": [],
|
|
289
|
+
"cacheHints": {
|
|
290
|
+
"ttlSeconds": 0,
|
|
291
|
+
"varyBy": []
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"operationId": "auth.login",
|
|
296
|
+
"method": "POST",
|
|
297
|
+
"title": "Authress Login",
|
|
298
|
+
"description": "Authenticate with Authress and store the Authress bearer token.",
|
|
299
|
+
"querySchema": {
|
|
300
|
+
"anyvaliVersion": "1.0",
|
|
301
|
+
"schemaVersion": "1.1",
|
|
302
|
+
"root": {
|
|
303
|
+
"kind": "object",
|
|
304
|
+
"properties": {
|
|
305
|
+
"action": {
|
|
306
|
+
"kind": "optional",
|
|
307
|
+
"inner": {
|
|
308
|
+
"kind": "string"
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
"next": {
|
|
312
|
+
"kind": "optional",
|
|
313
|
+
"inner": {
|
|
314
|
+
"kind": "string"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"redirect": {
|
|
318
|
+
"kind": "optional",
|
|
319
|
+
"inner": {
|
|
320
|
+
"kind": "string"
|
|
321
|
+
}
|
|
322
|
+
}
|
|
282
323
|
},
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
324
|
+
"required": [],
|
|
325
|
+
"unknownKeys": "strip"
|
|
326
|
+
},
|
|
327
|
+
"definitions": {},
|
|
328
|
+
"extensions": {}
|
|
329
|
+
},
|
|
330
|
+
"headersSchema": {},
|
|
331
|
+
"bodySchema": {
|
|
332
|
+
"anyvaliVersion": "1.0",
|
|
333
|
+
"schemaVersion": "1.1",
|
|
334
|
+
"root": {
|
|
335
|
+
"kind": "object",
|
|
336
|
+
"properties": {
|
|
337
|
+
"accessToken": {
|
|
338
|
+
"kind": "string",
|
|
339
|
+
"minLength": 1
|
|
340
|
+
},
|
|
341
|
+
"next": {
|
|
342
|
+
"kind": "optional",
|
|
343
|
+
"inner": {
|
|
344
|
+
"kind": "string"
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
"userId": {
|
|
348
|
+
"kind": "optional",
|
|
349
|
+
"inner": {
|
|
350
|
+
"kind": "string"
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"name": {
|
|
354
|
+
"kind": "optional",
|
|
355
|
+
"inner": {
|
|
356
|
+
"kind": "string"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
"email": {
|
|
360
|
+
"kind": "optional",
|
|
361
|
+
"inner": {
|
|
362
|
+
"kind": "string"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
"picture": {
|
|
366
|
+
"kind": "optional",
|
|
367
|
+
"inner": {
|
|
368
|
+
"kind": "string"
|
|
369
|
+
}
|
|
370
|
+
}
|
|
290
371
|
},
|
|
291
|
-
|
|
292
|
-
"
|
|
293
|
-
|
|
294
|
-
|
|
372
|
+
"required": [
|
|
373
|
+
"accessToken"
|
|
374
|
+
],
|
|
375
|
+
"unknownKeys": "strip"
|
|
376
|
+
},
|
|
377
|
+
"definitions": {},
|
|
378
|
+
"extensions": {}
|
|
379
|
+
},
|
|
380
|
+
"jsonResponseSchema": {
|
|
381
|
+
"anyvaliVersion": "1.0",
|
|
382
|
+
"schemaVersion": "1.1",
|
|
383
|
+
"root": {
|
|
384
|
+
"kind": "object",
|
|
385
|
+
"properties": {
|
|
386
|
+
"status": {
|
|
387
|
+
"kind": "enum",
|
|
388
|
+
"values": [
|
|
389
|
+
"ok",
|
|
390
|
+
"error"
|
|
391
|
+
]
|
|
392
|
+
},
|
|
393
|
+
"message": {
|
|
394
|
+
"kind": "optional",
|
|
395
|
+
"inner": {
|
|
396
|
+
"kind": "string"
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"authressApiUrl": {
|
|
400
|
+
"kind": "optional",
|
|
401
|
+
"inner": {
|
|
402
|
+
"kind": "string"
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
"authressApplicationId": {
|
|
406
|
+
"kind": "optional",
|
|
407
|
+
"inner": {
|
|
408
|
+
"kind": "string"
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
"loginUI": {
|
|
412
|
+
"kind": "enum",
|
|
413
|
+
"values": [
|
|
414
|
+
"default",
|
|
415
|
+
"clean",
|
|
416
|
+
"redirect"
|
|
417
|
+
],
|
|
418
|
+
"default": "default"
|
|
419
|
+
},
|
|
420
|
+
"scopes": {
|
|
421
|
+
"kind": "array",
|
|
422
|
+
"items": {
|
|
423
|
+
"kind": "string"
|
|
424
|
+
},
|
|
425
|
+
"default": []
|
|
426
|
+
},
|
|
427
|
+
"alreadyLoggedIn": {
|
|
428
|
+
"kind": "optional",
|
|
429
|
+
"inner": {
|
|
430
|
+
"kind": "bool"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"loggedOut": {
|
|
434
|
+
"kind": "optional",
|
|
435
|
+
"inner": {
|
|
436
|
+
"kind": "bool"
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
"nextUrl": {
|
|
440
|
+
"kind": "optional",
|
|
441
|
+
"inner": {
|
|
442
|
+
"kind": "string"
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"expiresInSeconds": {
|
|
446
|
+
"kind": "optional",
|
|
447
|
+
"inner": {
|
|
448
|
+
"kind": "int",
|
|
449
|
+
"min": 1
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"user": {
|
|
453
|
+
"kind": "optional",
|
|
454
|
+
"inner": {
|
|
455
|
+
"kind": "object",
|
|
456
|
+
"properties": {
|
|
457
|
+
"id": {
|
|
458
|
+
"kind": "optional",
|
|
459
|
+
"inner": {
|
|
460
|
+
"kind": "string"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"name": {
|
|
464
|
+
"kind": "optional",
|
|
465
|
+
"inner": {
|
|
466
|
+
"kind": "string"
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"email": {
|
|
470
|
+
"kind": "optional",
|
|
471
|
+
"inner": {
|
|
472
|
+
"kind": "string"
|
|
473
|
+
}
|
|
474
|
+
},
|
|
475
|
+
"picture": {
|
|
476
|
+
"kind": "optional",
|
|
477
|
+
"inner": {
|
|
478
|
+
"kind": "string"
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"required": [],
|
|
483
|
+
"unknownKeys": "strip"
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
"required": [
|
|
488
|
+
"status",
|
|
489
|
+
"loginUI",
|
|
490
|
+
"scopes"
|
|
491
|
+
],
|
|
492
|
+
"unknownKeys": "strip"
|
|
493
|
+
},
|
|
494
|
+
"definitions": {},
|
|
495
|
+
"extensions": {}
|
|
496
|
+
},
|
|
497
|
+
"metadataResponseSchema": {},
|
|
498
|
+
"renderable": true,
|
|
499
|
+
"html": {
|
|
500
|
+
"renderers": {
|
|
501
|
+
"bootstrap5": {
|
|
502
|
+
"defaultRenderer": "default",
|
|
295
503
|
"renderModes": [
|
|
296
|
-
"
|
|
504
|
+
"page"
|
|
505
|
+
],
|
|
506
|
+
"slots": [
|
|
507
|
+
"main"
|
|
508
|
+
],
|
|
509
|
+
"renderers": [
|
|
510
|
+
{
|
|
511
|
+
"id": "default",
|
|
512
|
+
"title": "Default Content",
|
|
513
|
+
"slotId": "main",
|
|
514
|
+
"renderModes": [
|
|
515
|
+
"page",
|
|
516
|
+
"fragment"
|
|
517
|
+
]
|
|
518
|
+
}
|
|
297
519
|
]
|
|
298
520
|
}
|
|
299
|
-
|
|
521
|
+
}
|
|
300
522
|
},
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
],
|
|
306
|
-
"slots": [
|
|
307
|
-
"background.monitor"
|
|
523
|
+
"auth": {
|
|
524
|
+
"required": false,
|
|
525
|
+
"callers": [
|
|
526
|
+
"user"
|
|
308
527
|
],
|
|
309
|
-
"
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
528
|
+
"permissions": []
|
|
529
|
+
},
|
|
530
|
+
"sitemap": {
|
|
531
|
+
"kind": "default"
|
|
532
|
+
},
|
|
533
|
+
"robots": [],
|
|
534
|
+
"role": "auth.login",
|
|
535
|
+
"dependencies": [],
|
|
536
|
+
"chrome": {
|
|
537
|
+
"fullScreen": true
|
|
538
|
+
},
|
|
539
|
+
"apiContracts": [],
|
|
540
|
+
"demoScenarios": [],
|
|
541
|
+
"cacheHints": {
|
|
542
|
+
"ttlSeconds": 0,
|
|
543
|
+
"varyBy": []
|
|
319
544
|
}
|
|
320
545
|
}
|
|
321
|
-
|
|
322
|
-
"auth": {
|
|
323
|
-
"required": false,
|
|
324
|
-
"callers": [
|
|
325
|
-
"user"
|
|
326
|
-
],
|
|
327
|
-
"permissions": []
|
|
328
|
-
},
|
|
329
|
-
"sitemap": {
|
|
330
|
-
"kind": "default"
|
|
331
|
-
},
|
|
332
|
-
"robots": [],
|
|
333
|
-
"role": "auth.login",
|
|
334
|
-
"dependencies": [
|
|
335
|
-
"logout.index",
|
|
336
|
-
"refresh.index"
|
|
337
|
-
],
|
|
338
|
-
"chrome": {
|
|
339
|
-
"fullScreen": true
|
|
340
|
-
},
|
|
341
|
-
"apiContracts": [],
|
|
342
|
-
"demoScenarios": [],
|
|
343
|
-
"cacheHints": {
|
|
344
|
-
"ttlSeconds": 0,
|
|
345
|
-
"varyBy": []
|
|
346
|
-
}
|
|
546
|
+
]
|
|
347
547
|
},
|
|
348
548
|
{
|
|
349
549
|
"viewId": "logout.index",
|
|
@@ -351,90 +551,95 @@
|
|
|
351
551
|
"description": "Clear the stored Authress bearer token.",
|
|
352
552
|
"path": "/logout",
|
|
353
553
|
"pathVariants": [],
|
|
354
|
-
"methods": [
|
|
355
|
-
"GET"
|
|
356
|
-
],
|
|
357
554
|
"paramsSchema": {},
|
|
358
|
-
"
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
"
|
|
363
|
-
"
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
555
|
+
"operations": [
|
|
556
|
+
{
|
|
557
|
+
"operationId": "auth.logout",
|
|
558
|
+
"method": "GET",
|
|
559
|
+
"title": "Authress Logout",
|
|
560
|
+
"description": "Clear the stored Authress bearer token.",
|
|
561
|
+
"querySchema": {
|
|
562
|
+
"anyvaliVersion": "1.0",
|
|
563
|
+
"schemaVersion": "1.1",
|
|
564
|
+
"root": {
|
|
565
|
+
"kind": "object",
|
|
566
|
+
"properties": {
|
|
567
|
+
"next": {
|
|
568
|
+
"kind": "optional",
|
|
569
|
+
"inner": {
|
|
570
|
+
"kind": "string"
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
"redirect": {
|
|
574
|
+
"kind": "optional",
|
|
575
|
+
"inner": {
|
|
576
|
+
"kind": "string"
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
"required": [],
|
|
581
|
+
"unknownKeys": "strip"
|
|
369
582
|
},
|
|
370
|
-
"
|
|
371
|
-
|
|
372
|
-
"inner": {
|
|
373
|
-
"kind": "string"
|
|
374
|
-
}
|
|
375
|
-
}
|
|
583
|
+
"definitions": {},
|
|
584
|
+
"extensions": {}
|
|
376
585
|
},
|
|
377
|
-
"
|
|
378
|
-
"
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
"
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
"
|
|
586
|
+
"headersSchema": {},
|
|
587
|
+
"bodySchema": {},
|
|
588
|
+
"jsonResponseSchema": {
|
|
589
|
+
"anyvaliVersion": "1.0",
|
|
590
|
+
"schemaVersion": "1.1",
|
|
591
|
+
"root": {
|
|
592
|
+
"kind": "object",
|
|
593
|
+
"properties": {
|
|
594
|
+
"status": {
|
|
595
|
+
"kind": "enum",
|
|
596
|
+
"values": [
|
|
597
|
+
"ok"
|
|
598
|
+
]
|
|
599
|
+
},
|
|
600
|
+
"message": {
|
|
601
|
+
"kind": "string"
|
|
602
|
+
},
|
|
603
|
+
"nextUrl": {
|
|
604
|
+
"kind": "string"
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
"required": [
|
|
608
|
+
"status",
|
|
609
|
+
"message",
|
|
610
|
+
"nextUrl"
|
|
611
|
+
],
|
|
612
|
+
"unknownKeys": "strip"
|
|
399
613
|
},
|
|
400
|
-
"
|
|
401
|
-
|
|
402
|
-
}
|
|
614
|
+
"definitions": {},
|
|
615
|
+
"extensions": {}
|
|
403
616
|
},
|
|
404
|
-
"
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
"
|
|
408
|
-
|
|
409
|
-
"
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
"
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
"role": "auth.logout",
|
|
431
|
-
"dependencies": [],
|
|
432
|
-
"apiContracts": [],
|
|
433
|
-
"demoScenarios": [],
|
|
434
|
-
"cacheHints": {
|
|
435
|
-
"ttlSeconds": 0,
|
|
436
|
-
"varyBy": []
|
|
437
|
-
}
|
|
617
|
+
"metadataResponseSchema": {},
|
|
618
|
+
"renderable": false,
|
|
619
|
+
"html": {
|
|
620
|
+
"renderers": {}
|
|
621
|
+
},
|
|
622
|
+
"auth": {
|
|
623
|
+
"required": false,
|
|
624
|
+
"callers": [
|
|
625
|
+
"user"
|
|
626
|
+
],
|
|
627
|
+
"permissions": []
|
|
628
|
+
},
|
|
629
|
+
"sitemap": {
|
|
630
|
+
"kind": "default"
|
|
631
|
+
},
|
|
632
|
+
"robots": [],
|
|
633
|
+
"role": "auth.logout",
|
|
634
|
+
"dependencies": [],
|
|
635
|
+
"apiContracts": [],
|
|
636
|
+
"demoScenarios": [],
|
|
637
|
+
"cacheHints": {
|
|
638
|
+
"ttlSeconds": 0,
|
|
639
|
+
"varyBy": []
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
]
|
|
438
643
|
},
|
|
439
644
|
{
|
|
440
645
|
"viewId": "refresh.index",
|
|
@@ -442,97 +647,121 @@
|
|
|
442
647
|
"description": "Refresh BetterPortal tokens after Authress session renewal.",
|
|
443
648
|
"path": "/refresh",
|
|
444
649
|
"pathVariants": [],
|
|
445
|
-
"methods": [
|
|
446
|
-
"POST"
|
|
447
|
-
],
|
|
448
650
|
"paramsSchema": {},
|
|
449
|
-
"
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
-
"
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
"anyvaliVersion": "1.0",
|
|
473
|
-
"schemaVersion": "1.1",
|
|
474
|
-
"root": {
|
|
475
|
-
"kind": "object",
|
|
476
|
-
"properties": {
|
|
477
|
-
"status": {
|
|
478
|
-
"kind": "enum",
|
|
479
|
-
"values": [
|
|
480
|
-
"ok",
|
|
481
|
-
"error"
|
|
482
|
-
]
|
|
651
|
+
"operations": [
|
|
652
|
+
{
|
|
653
|
+
"operationId": "auth.refresh",
|
|
654
|
+
"method": "POST",
|
|
655
|
+
"title": "Authress Refresh",
|
|
656
|
+
"description": "Refresh BetterPortal tokens after Authress session renewal.",
|
|
657
|
+
"querySchema": {},
|
|
658
|
+
"headersSchema": {
|
|
659
|
+
"anyvaliVersion": "1.0",
|
|
660
|
+
"schemaVersion": "1.1",
|
|
661
|
+
"root": {
|
|
662
|
+
"kind": "object",
|
|
663
|
+
"properties": {
|
|
664
|
+
"x-bp-refresh": {
|
|
665
|
+
"kind": "optional",
|
|
666
|
+
"inner": {
|
|
667
|
+
"kind": "string",
|
|
668
|
+
"minLength": 1
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
"required": [],
|
|
673
|
+
"unknownKeys": "strip"
|
|
483
674
|
},
|
|
484
|
-
"
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
675
|
+
"definitions": {},
|
|
676
|
+
"extensions": {}
|
|
677
|
+
},
|
|
678
|
+
"bodySchema": {
|
|
679
|
+
"anyvaliVersion": "1.0",
|
|
680
|
+
"schemaVersion": "1.1",
|
|
681
|
+
"root": {
|
|
682
|
+
"kind": "object",
|
|
683
|
+
"properties": {
|
|
684
|
+
"refreshToken": {
|
|
685
|
+
"kind": "optional",
|
|
686
|
+
"inner": {
|
|
687
|
+
"kind": "string",
|
|
688
|
+
"minLength": 1
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
"required": [],
|
|
693
|
+
"unknownKeys": "strip"
|
|
489
694
|
},
|
|
490
|
-
"
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
695
|
+
"definitions": {},
|
|
696
|
+
"extensions": {}
|
|
697
|
+
},
|
|
698
|
+
"jsonResponseSchema": {
|
|
699
|
+
"anyvaliVersion": "1.0",
|
|
700
|
+
"schemaVersion": "1.1",
|
|
701
|
+
"root": {
|
|
702
|
+
"kind": "object",
|
|
703
|
+
"properties": {
|
|
704
|
+
"status": {
|
|
705
|
+
"kind": "enum",
|
|
706
|
+
"values": [
|
|
707
|
+
"ok",
|
|
708
|
+
"error"
|
|
709
|
+
]
|
|
710
|
+
},
|
|
711
|
+
"message": {
|
|
712
|
+
"kind": "optional",
|
|
713
|
+
"inner": {
|
|
714
|
+
"kind": "string"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
"accessToken": {
|
|
718
|
+
"kind": "optional",
|
|
719
|
+
"inner": {
|
|
720
|
+
"kind": "string"
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
"expiresInSeconds": {
|
|
724
|
+
"kind": "optional",
|
|
725
|
+
"inner": {
|
|
726
|
+
"kind": "int",
|
|
727
|
+
"min": 1
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"required": [
|
|
732
|
+
"status"
|
|
733
|
+
],
|
|
734
|
+
"unknownKeys": "strip"
|
|
495
735
|
},
|
|
496
|
-
"
|
|
497
|
-
|
|
498
|
-
"inner": {
|
|
499
|
-
"kind": "int",
|
|
500
|
-
"min": 1
|
|
501
|
-
}
|
|
502
|
-
}
|
|
736
|
+
"definitions": {},
|
|
737
|
+
"extensions": {}
|
|
503
738
|
},
|
|
504
|
-
"
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
"
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
"apiContracts": [],
|
|
531
|
-
"demoScenarios": [],
|
|
532
|
-
"cacheHints": {
|
|
533
|
-
"ttlSeconds": 0,
|
|
534
|
-
"varyBy": []
|
|
535
|
-
}
|
|
739
|
+
"metadataResponseSchema": {},
|
|
740
|
+
"renderable": false,
|
|
741
|
+
"html": {
|
|
742
|
+
"renderers": {}
|
|
743
|
+
},
|
|
744
|
+
"auth": {
|
|
745
|
+
"required": false,
|
|
746
|
+
"callers": [
|
|
747
|
+
"user"
|
|
748
|
+
],
|
|
749
|
+
"permissions": []
|
|
750
|
+
},
|
|
751
|
+
"sitemap": {
|
|
752
|
+
"kind": "default"
|
|
753
|
+
},
|
|
754
|
+
"robots": [],
|
|
755
|
+
"role": "auth.refresh",
|
|
756
|
+
"dependencies": [],
|
|
757
|
+
"apiContracts": [],
|
|
758
|
+
"demoScenarios": [],
|
|
759
|
+
"cacheHints": {
|
|
760
|
+
"ttlSeconds": 0,
|
|
761
|
+
"varyBy": []
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
]
|
|
536
765
|
}
|
|
537
766
|
],
|
|
538
767
|
"configSchemas": [
|
|
@@ -826,9 +1055,15 @@
|
|
|
826
1055
|
"viewId": "login.index",
|
|
827
1056
|
"path": "/login",
|
|
828
1057
|
"pathVariants": [],
|
|
829
|
-
"
|
|
830
|
-
|
|
831
|
-
|
|
1058
|
+
"operations": [
|
|
1059
|
+
{
|
|
1060
|
+
"operationId": "auth.login.view",
|
|
1061
|
+
"method": "GET"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"operationId": "auth.login",
|
|
1065
|
+
"method": "POST"
|
|
1066
|
+
}
|
|
832
1067
|
],
|
|
833
1068
|
"paramNames": [],
|
|
834
1069
|
"renderers": [
|
|
@@ -859,8 +1094,11 @@
|
|
|
859
1094
|
"viewId": "logout.index",
|
|
860
1095
|
"path": "/logout",
|
|
861
1096
|
"pathVariants": [],
|
|
862
|
-
"
|
|
863
|
-
|
|
1097
|
+
"operations": [
|
|
1098
|
+
{
|
|
1099
|
+
"operationId": "auth.logout",
|
|
1100
|
+
"method": "GET"
|
|
1101
|
+
}
|
|
864
1102
|
],
|
|
865
1103
|
"paramNames": [],
|
|
866
1104
|
"renderers": [],
|
|
@@ -872,8 +1110,11 @@
|
|
|
872
1110
|
"viewId": "refresh.index",
|
|
873
1111
|
"path": "/refresh",
|
|
874
1112
|
"pathVariants": [],
|
|
875
|
-
"
|
|
876
|
-
|
|
1113
|
+
"operations": [
|
|
1114
|
+
{
|
|
1115
|
+
"operationId": "auth.refresh",
|
|
1116
|
+
"method": "POST"
|
|
1117
|
+
}
|
|
877
1118
|
],
|
|
878
1119
|
"paramNames": [],
|
|
879
1120
|
"renderers": [],
|