Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.24 KB

SvelteKit Passkey Tutorial

Supporting code samples for my SvelteKit + Passkey authentication tutorials

Please see the relevant tutorials:

  1. SvelteKit Passkeys tutorial (Part 1) - Adding passkey registration and login to a SvelteKit App.
  2. SvelteKit, Passkeys and Lucia tutorial (Part 2) - Integrating passkeys with Lucia sessions, protecting your routes and some other stuff.
  3. Passkey performance tutorial (Part 3) - Improving passkey authentication performance in a SveleKit app.
  4. SvelteKit, Passkeys + Social Login (Part4 - Coming soon!)

Clone this repository then checkout the relevant tag:

  1. tutorial/pt-1
  2. tutorial/pt-2
  3. tutorial/pt-3
  4. tutorial/pt-4