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

https://github.com/maximousblk/passkeys-demo

A simple Passkeys demo
https://github.com/maximousblk/passkeys-demo

deno passkeys w3c webauthn

Last synced: about 1 month ago
JSON representation

A simple Passkeys demo

Awesome Lists containing this project

README

        

# Passkeys Demo

This is a simple demo of [Passkeys Authentication](https://passkeys.dev/) using
[SimpleWebAuthn](https://simplewebauthn.dev/) and [Deno](https://deno.com/runtime). Usernameless authentication is
supported.

## Requirements

- Deno `1.32` or higher

## Running the demo

0. Star this repo 🌟
1. Clone this repo using `git clone https://github.com/maximousblk/passkeys-demo.git`
2. Run `deno task start` in the cloned directory to start the server
3. Open [`http://localhost`](http://localhost:80) in your browser