This folder contains the source code for the passkey codelab. It gives an introduction into implementing passkeys,
First, change to the right directory. Use start if you're following the codelab or complete if you want to see the finished demo.
Next, install dependencies with npm install.
Then, run with the following command:
npm run build && IS_LOCAL=1 npm run start
When IS_LOCAL is not set, cookies are sent with the Secure attribute. This means the demo will only work on the HTTPS protocol.