Skip to content

Commit 0be2e23

Browse files
committed
Add new transports pass-through feature to change log
1 parent f736033 commit 0be2e23

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ Changes:
2222

2323
New features:
2424

25+
* `RegistrationResult.keyId()` now includes `transports` if any were included in
26+
the `AuthenticatorAttestatationResponse`. To get transports passed through,
27+
call `PublicKeyCredential.response.getTransports()` on the client side after
28+
successful registration, and add the result as the property
29+
`response.transports` in the JSON passed into
30+
`PublicKeyCredential.parseRegistrationResponseJson`. See the project README
31+
for an example.
2532
* Added support for the `appidExclude`, `credProps`, `largeBlob` and `uvm`
2633
extensions.
2734
* Added support for the new `authenticatorSelectionCriteria.residentKey` option:

0 commit comments

Comments
 (0)