Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 to Drizzle Folder
- Copy the Migrations
- Paste this as New SQL Querry & Run
- This will Create 3 Tables with auth_key auth_session auth_user
- Now You are Ready to Go