Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)