Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/virtual-authenticators-tab
Debug webauthn with a chrome extension that adds a virtual authenticators tab to devtools
https://github.com/google/virtual-authenticators-tab
chrome devtools extension web webauthn
Last synced: 3 months ago
JSON representation
Debug webauthn with a chrome extension that adds a virtual authenticators tab to devtools
- Host: GitHub
- URL: https://github.com/google/virtual-authenticators-tab
- Owner: google
- License: apache-2.0
- Archived: true
- Created: 2019-11-06T21:47:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T21:13:59.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T15:38:45.313Z (3 months ago)
- Topics: chrome, devtools, extension, web, webauthn
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/virtual-authenticators-ta/gafbpmlmeiikmhkhiapjlfjgdioafmja
- Size: 272 KB
- Stars: 177
- Watchers: 12
- Forks: 28
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-fido2 - google/virtual-authenticators-tab - Debug webauthn with a chrome extension that adds a virtual authenticators tab to devtools (FIDO®)
README
Virtual Authenticators Tab
==========================Deprecated
==========This extension has been deprecated in favour of the [Chrome Devtools WebAuthn tab](https://developer.chrome.com/docs/devtools/webauthn/), which provides more functionality, is included with chrome, and is more polished. This repository is no longer maintained.
![virtual authenticators tab icon](/assets/icon.png?raw=true)
## 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](
https://chrome.google.com/webstore/detail/virtual-authenticators-ta/gafbpmlmeiikmhkhiapjlfjgdioafmja)## Development
To try the extension locally,
1. Install the dependencies
```
npm install
```2. Generate the main module
```
npm run dev
```3. [Load the extension as an unpacked extension](
https://developer.chrome.com/extensions/getstarted)## Building for release
```
npm run build
```Will produce a zip file suitable for upload to the chrome web store.
## Authors
Alexander Bradt
Nina Satragno
## Disclaimer
This is not an officially supported Google product