An auth setup following [the Lucia auth guide](https://lucia-auth.com/). ## Usage ```bash npx sv add lucia ``` ## What you get - an auth setup for SvelteKit and Drizzle following the best practices from the Lucia auth guide - optional demo registration and login pages ## Options ### demo Whether to include demo registration and login pages. ```bash npx sv add --lucia=demo ```