Skip to content

Commit

Permalink
Add reference to webauthn-server-attestation library to demo README
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Oct 1, 2018
1 parent 1ce4148 commit cceb7e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions webauthn-server-demo/README
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ interface to use for looking up stored public keys, user handles and signature
counters.
** The library user can optionally provide an instance of the
https://github.com/Yubico/java-webauthn-server/blob/master/webauthn-server-core/src/main/java/com/yubico/webauthn/attestation/MetadataService.java[MetadataService]
class to enable identification and validation of authenticator models. This
instance is then used to look up trusted attestation root certificates.
interface to enable identification and validation of authenticator models. This
instance is then used to look up trusted attestation root certificates. The
https://github.com/Yubico/java-webauthn-server/blob/master/webauthn-server-attestation/[`webauthn-server-attestation`]
sibling library provides implementations of this interface that are pre-seeded
with Yubico device metadata.


== Usage
Expand Down

0 comments on commit cceb7e7

Please sign in to comment.