hbolimovsky / webauthn-example

Basic WebAuthn client and server in go
96 stars 42 forks source link

not working #4

Open ddeclercqc opened 2 years ago

ddeclercqc commented 2 years ago

i get the following messages while trying to register and login:

image

Anybody could help me out here?

inabajunmr commented 2 years ago

@ddeclercqc This repository using old duo-labs/webauthn so it was not supported some of attestation type. https://github.com/duo-labs/webauthn/tree/5ff263b3ad295350e3f34d9b459a5b4538da2668/protocol

You update the library, it will work well maybe.

ddeclercqc commented 2 years ago

how

@ddeclercqc This repository using old duo-labs/webauthn so it was not supported some of attestation type. https://github.com/duo-labs/webauthn/tree/5ff263b3ad295350e3f34d9b459a5b4538da2668/protocol

You update the library, it will work well maybe.

how can I do that?