duo-labs / webauthn.io

The source code for webauthn.io, a demonstration of WebAuthn.
https://webauthn.io
BSD 3-Clause "New" or "Revised" License
635 stars 116 forks source link

93-log-to-console #95

Closed MasterKale closed 1 year ago

MasterKale commented 1 year ago

This PR adds console logging of registration and authentication options and responses:

Registration:

Screenshot 2023-05-09 at 4 52 03 PM

Authentication:

Screenshot 2023-05-09 at 4 52 15 PM

I've also updated @simplewebauthn/browser to v7.2.0 while I was in here.

Addresses #93.