Supporting code samples for my SvelteKit + Passkey authentication tutorials
Please see the relevant tutorials:
- SvelteKit Passkeys tutorial (Part 1) - Adding passkey registration and login to a SvelteKit App.
- SvelteKit, Passkeys and Lucia tutorial (Part 2) - Integrating passkeys with Lucia sessions, protecting your routes and some other stuff.
- Passkey performance tutorial (Part 3) - Improving passkey authentication performance in a SveleKit app.
- SvelteKit, Passkeys + Social Login (Part4 - Coming soon!)
Clone this repository then checkout the relevant tag:
- tutorial/pt-1
- tutorial/pt-2
- tutorial/pt-3
- tutorial/pt-4