@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:
@@ -10,7 +10,6 @@ Feature: Web Authentication
10
10
  """
11
11
  POST /identity/passkeys/challenges/${{ identity.id }}/ HTTP/1.1
12
12
  host: nex.toa.io
13
- authorization: Token ${{ identity.token }}
14
13
  accept: application/yaml
15
14
  content-type: application/yaml
16
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toa.io/extensions.exposition",
3
- "version": "1.0.0-alpha.134",
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": "b6f163aba0811320d677df336257d03f3c7a0430"
66
+ "gitHead": "931ed108f8fa4454db228864bf8940704b3b7c7b"
67
67
  }