We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f736033 commit 0be2e23Copy full SHA for 0be2e23
NEWS
@@ -22,6 +22,13 @@ Changes:
22
23
New features:
24
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.
32
* Added support for the `appidExclude`, `credProps`, `largeBlob` and `uvm`
33
extensions.
34
* Added support for the new `authenticatorSelectionCriteria.residentKey` option:
0 commit comments