forked from Yubico/java-webauthn-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
28 lines (21 loc) · 1.17 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
= Web Authentication server library
Implementation of a Web Authentication Relying Party (RP).
== Running
An example app is included in the
link:../webauthn-server-demo[`webauthn-server-demo`] directory. See
link:../webauthn-server-demo/README[its README] for instructions on how to run
it.
== Unimplemented features
* https://www.w3.org/TR/webauthn/#ecdaa[ECDAA] attestation type
* Attestation statement formats:
** https://www.w3.org/TR/webauthn/#tpm-attestation[`tpm`]
** https://www.w3.org/TR/webauthn/#android-key-attestation[`android-key`]
* Extensions:
** https://www.w3.org/TR/webauthn/#sctn-simple-txauth-extension[`txAuthSimple`]
** https://www.w3.org/TR/webauthn/#sctn-generic-txauth-extension[`txAuthGeneric`]
** https://www.w3.org/TR/webauthn/#sctn-authenticator-selection-extension[`authnSel`]
** https://www.w3.org/TR/webauthn/#sctn-supported-extensions-extension[`exts`]
** https://www.w3.org/TR/webauthn/#sctn-uvi-extension[`uvi`]
** https://www.w3.org/TR/webauthn/#sctn-location-extension[`loc`]
** https://www.w3.org/TR/webauthn/#sctn-uvm-extension[`uvm`]
** https://www.w3.org/TR/webauthn/#sctn-authenticator-biometric-criteria-extension[`biometricPerfBounds`]