Skip to content

Commit 42fe149

Browse files
committed
Move ECDAA and removed extensions to won't-implement list
1 parent ae467a1 commit 42fe149

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

webauthn-server-core/README

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,23 @@ it.
1313

1414
== Unimplemented features
1515

16-
* https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#ecdaa[ECDAA] attestation type
1716
* Attestation statement formats:
1817
** https://www.w3.org/TR/webauthn/#sctn-tpm-attestation[`tpm`]
1918
** https://www.w3.org/TR/webauthn/#sctn-android-key-attestation[`android-key`]
19+
* Extensions:
20+
** https://www.w3.org/TR/webauthn/#sctn-uvm-extension[`uvm`]
21+
22+
23+
== Won't-implement features
24+
25+
These features were removed in WebAuthn Level 2, and we do not plan to implement them.
26+
27+
* link:https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#ecdaa[ECDAA] attestation type
2028
* Extensions:
2129
** https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-simple-txauth-extension[`txAuthSimple`]
2230
** https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-generic-txauth-extension[`txAuthGeneric`]
2331
** https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-authenticator-selection-extension[`authnSel`]
2432
** https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-supported-extensions-extension[`exts`]
2533
** https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-uvi-extension[`uvi`]
2634
** https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-location-extension[`loc`]
27-
** https://www.w3.org/TR/webauthn/#sctn-uvm-extension[`uvm`]
2835
** https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-authenticator-biometric-criteria-extension[`biometricPerfBounds`]

0 commit comments

Comments
 (0)