DEV Community

Bachi for Auth0

Posted on • Originally published at auth0.com

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.

Read on 🚀

Latest comments (0)