Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megaconfidence/webauthn-serverless
A demo illustrating the implementation of the WebAuthn API
https://github.com/megaconfidence/webauthn-serverless
fugu-api webauthn
Last synced: 16 days ago
JSON representation
A demo illustrating the implementation of the WebAuthn API
- Host: GitHub
- URL: https://github.com/megaconfidence/webauthn-serverless
- Owner: megaconfidence
- Created: 2024-04-28T12:26:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T13:03:08.000Z (7 months ago)
- Last Synced: 2024-04-29T13:45:21.208Z (7 months ago)
- Topics: fugu-api, webauthn
- Language: JavaScript
- Homepage: https://webauthn.cokoghenun15.workers.dev/
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webauthn
A demo illustrating how to use the WebAuthn API for authentication flows.
![Screen Recording 2024-04-28 at 1 34 36 PM](https://github.com/megaconfidence/webauthn-serverles/assets/17744578/1fdf03f6-05e5-4563-823e-9cd06ecb62a5)## Usage
This repo contains an example implementation of the WebAuthn API. You can view a
[live-demo of the example here](https://webauthn.cokoghenun15.workers.dev/). Note
that [not all browsers](https://caniuse.com/webauthn) support this standard yet,
so remember to provide a fallback in your implementation.## Local Dev
To set up this project locally, run the following commands on a terminal:
```sh
git clone https://github.com/megaconfidence/webauthn-serverless.git
cd webauthn-serverless
npm i
npm start
```## Reset Chrome Passkeys
Vist this url on Chrome and delete unused passkeys from the list [chrome://settings/passkeys](chrome://settings/passkeys)