Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 531 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 531 Bytes

Passkeys Demo

This is a simple demo of Passkeys Authentication using SimpleWebAuthn and Deno. Usernameless authentication is supported.

Requirements

  • Deno 1.32 or higher

Running the demo

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