duo-labs / webauthn.io

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

Dump requests and responses to console #93

Closed timcappalli closed 1 year ago

timcappalli commented 1 year ago

It would be helpful to see the raw request and response objects and server responses in console.

(If you don't want to enable it all the time, maybe it can be triggered via a URL parameter: debug=true, verbose=true, console=true, etc)

Something like this:

image

MasterKale commented 1 year ago

This has been fixed with #95 and is now live :v: