Skip to content

p-/virtual-authenticators-tab

 
 

Repository files navigation

Virtual Authenticators Tab

virtual authenticators tab icon

Introduction

A Google Chrome extension for developers that adds a virtual authenticators tab to devtools, allowing you to debug and try WebAuthn without physical security keys.

This extension will work best on Chrome 80 onwards, but you can still try it on 78 and 79.

Download

The extension is available at the chrome web store

Development

To try the extension locally,

  1. Install the dependencies
npm install
  1. Generate the main module
npm run dev
  1. Load the extension as an unpacked extension

Building for release

npm run build

Will produce a zip file suitable for upload to the chrome web store.

Authors

Alexander Bradt abradt@google.com

Nina Satragno nso@google.com

Disclaimer

This is not an officially supported Google product

About

Debug webauthn with a chrome extension that adds a virtual authenticators tab to devtools

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.8%
  • CSS 12.8%
  • HTML 7.0%
  • Shell 4.4%