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.
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
Lucas Castro – lucasamonrc.dev – [email protected]