@toa.io/extensions.exposition 1.0.0-alpha.134 → 1.0.0-alpha.135
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.
|
@@ -202,14 +202,13 @@ exposition:
|
|
|
202
202
|
io:output: [identity]
|
|
203
203
|
endpoint: authenticate
|
|
204
204
|
/challenges:
|
|
205
|
+
auth:anonymous: true
|
|
205
206
|
POST:
|
|
206
|
-
auth:anonymous: true
|
|
207
207
|
map:authority: authority
|
|
208
208
|
io:output: &challenge [identity, challenge, timeout, userVerification, authenticatorSelection, pubKeyCredParams, allowCredentials, excludeCredentials]
|
|
209
209
|
auth:incept: identity
|
|
210
210
|
endpoint: challenge
|
|
211
211
|
/:identity:
|
|
212
|
-
auth:id: identity
|
|
213
212
|
POST:
|
|
214
213
|
map:authority: authority
|
|
215
214
|
map:segments:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toa.io/extensions.exposition",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.135",
|
|
4
4
|
"description": "Toa Exposition",
|
|
5
5
|
"author": "temich <tema.gurtovoy@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/toa-io/toa#readme",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"@types/negotiator": "0.6.1",
|
|
64
64
|
"jest-esbuild": "0.3.0"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "931ed108f8fa4454db228864bf8940704b3b7c7b"
|
|
67
67
|
}
|