Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sikandarjodd/sveltekit-drizzle-auth
SvelteKit Drizzle Auth
https://github.com/sikandarjodd/sveltekit-drizzle-auth
authentication authorization drizzle-kit drizzle-orm lucia lucia-auth svelte sveltekit tailwindcss
Last synced: 5 days ago
JSON representation
SvelteKit Drizzle Auth
- Host: GitHub
- URL: https://github.com/sikandarjodd/sveltekit-drizzle-auth
- Owner: SikandarJODD
- Created: 2023-07-18T13:23:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-24T09:29:38.000Z (over 1 year ago)
- Last Synced: 2024-10-11T10:49:04.621Z (28 days ago)
- Topics: authentication, authorization, drizzle-kit, drizzle-orm, lucia, lucia-auth, svelte, sveltekit, tailwindcss
- Language: TypeScript
- Homepage: https://sveltekit-drizzle-auth.vercel.app
- Size: 167 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvelteKit - Lucia - Drizzle ORM
### Installation
```bash
git clone https://github.com/SikandarJODD/sveltekit-drizzle-auth.git stable```
### Install Packages```npm i```
### Create
.env
File in Root Folder```
DATABASE_URL= postgres://user:password@host:port/database```
Paste Your Database URL### Usage Part
- Go toDrizzle
Folder
- Copy the Migrations
- Paste this as New SQL Querry & Run
- This will Create 3 Tables withauth_key auth_session auth_user
- Now You are Ready to Go