Enhancing webauthn.me with the Online Debugger Tool
(Source/Credits: https://dev.to/auth0/enhancing-webauthn-me-with-the-online-debugger-tool-ho4)
To help you understand the WebAuthn configuration objects we've added a debugger to the webauthn.me website.
title: Enhancing webauthn.me with the Online Debugger Tool published: true description: To help you understand the WebAuthn configuration objects we've added a debugger to the webauthn.me website. tags: #w3c #authentication #webauthn canonical_url: https://auth0.com/blog/enhancing-webauthn-me-with-the-online-debugger-tool/
Introducing the WebAuthn Debugger
TL;DR We've written about one of the latest additions to the W3C specs, the web authentication API, before. The API requires many configuration objects that you may be seeing for the first time. To help you understand these configuration variables we've added a debugger to the webauthn.me website. It lets you play around with different configurations and test them on the fly.
The Web Authentication API has 2 methods. A create() method to register new credentials and a get() method to use previously created credentials.
Comments section