diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index 1dd3cc27b..067b08788 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -3179,5 +3179,21 @@ "description": "Tipex stands as an advanced rich text editor tailored for Svelte", "npm": "@friendofsvelte/tipex", "categories": ["forms-and-input"] + }, + { + "title": "SurrealDB adapter for Lucia Auth", + "url": "https://jsr.io/@oskargmerek/surreal-lucia", + "repository": "https://github.com/oskar-gmerek/surreal-lucia", + "description": "This adapter seamlessly integrates SurrealDB with Lucia, providing a robust and easy-to-use authentication solution for modern applications.", + "jsr": "@oskargmerek/surreal-lucia", + "categories": ["auth", "integrations"] + }, + { + "title": "Surreal Better Auth", + "url": "https://github.com/oskar-gmerek/surreal-better-auth", + "repository": "https://github.com/oskar-gmerek/surreal-better-auth", + "description": "SurrealDB Adapter for Better Auth. Use your favorite database as a Better-Auth storage.", + "npm": "surreal-better-auth", + "categories": ["auth", "integrations"] } ] diff --git a/src/routes/templates/templates.json b/src/routes/templates/templates.json index eef0482a3..ff90f5f34 100644 --- a/src/routes/templates/templates.json +++ b/src/routes/templates/templates.json @@ -678,5 +678,12 @@ "repository": "https://github.com/thomax/svelte-express-sanity-oauth-template", "description": "Template repo for setting up a full-stack web application with little config and even less hassle.", "categories": ["integrations", "svelte", "database"] + }, + { + "title": "Surreal Sveltekit", + "url": "https://github.com/oskar-gmerek/surreal-sveltekit", + "repository": "https://github.com/oskar-gmerek/surreal-sveltekit", + "description": "A Starter Kit with SurrealDB and Svelte [ SvelteKit ], featuring Authentication and CRUD Operations + Realtime", + "categories": ["database", "sveltekit", "ssr", "integrations"] } ]