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
- Host: GitHub
- URL: https://github.com/maximousblk/passkeys-demo
- Owner: maximousblk
- Created: 2023-06-06T04:58:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T04:13:23.000Z (over 1 year ago)
- Last Synced: 2025-02-26T04:33:38.360Z (about 2 months ago)
- Topics: deno, passkeys, w3c, webauthn
- Language: TypeScript
- Homepage: https://passkeys.deno.dev
- Size: 27.3 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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