Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 798 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 798 Bytes

🔑 Passkeys

This simple application demonstrates how to set up passkey registration and verification flows using JavaScript. This code is to help people get familiar with the concepts and in no way is an attempt to inform how passkeys should be used in production in the context of user authentication.

🚀 Technologies

🛠 Setup

Running the project:

# Running client and server concurrently
npm run dev

# Running only the client
npm run dev:client

# Running only the server
npm run dev:server

📋 Meta

Lucas Castro – lucasamonrc.dev[email protected]

@lucasamonrc