From eef3c526873418ea2ba51def8e595de8874b13d7 Mon Sep 17 00:00:00 2001 From: Toby Hobson Date: Wed, 8 May 2024 17:46:05 +0100 Subject: [PATCH] Add svelte-passkeys template to the templates --- src/routes/templates/templates.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/routes/templates/templates.json b/src/routes/templates/templates.json index 30060137e..197408c59 100644 --- a/src/routes/templates/templates.json +++ b/src/routes/templates/templates.json @@ -710,5 +710,11 @@ "repository": "https://github.com/falkomerr/sveltekit-starter", "description": "Starter for SvelteKit with FSD, shadcn-svelte and tailwind", "categories": ["sveltekit", "typescript", "code-splitting"] + }, + { + "title": "Lucia + Passkeys + Social Sign In", + "repository": "https://github.com/passlock-dev/svelte-passkeys", + "description": "Authentication template supporting passkeys, mailbox verification emails, social sign in and more. (Lucia, Melt UI, Superforms, Tailwind + others)", + "categories": ["sveltekit", "typescript"] } ]