Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add surreal-sveltekit, surreal-lucia, surreal-better-auth #716

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions src/routes/packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]
7 changes: 7 additions & 0 deletions src/routes/templates/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]
Loading