Skip to content

This simple application demonstrates how to set up passkey registration and authentication flows using TypeScript.

Notifications You must be signed in to change notification settings

lucasamonrc/passkeys

Repository files navigation

🔑 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

About

This simple application demonstrates how to set up passkey registration and authentication flows using TypeScript.

Topics

Resources

Stars

Watchers

Forks