Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sikandarjodd/sveltekit-supabase

Sveltekit Supabase Auth - Client side auth
https://github.com/sikandarjodd/sveltekit-supabase

Last synced: 13 days ago
JSON representation

Sveltekit Supabase Auth - Client side auth

Awesome Lists containing this project

README

        

# Simple Auth using Sveltekit - Supabase

### Installation Part

```bash
git clone https://github.com/SikandarJODD/Sveltekit-Supabase.git
```

### Create .env file in root folder
- add Supabase URL, anon Key to env

```bash
PUBLIC_SUPABASE_URL=""
PUBLIC_SUPABASE_ANON_KEY=""
```

### Now Run the Application
```bash
npm run dev -- --open
```

#### Auth Working
- Sign Up Enter Valid Email & Password. You will recive Confirmation Mail
- Sign In Enter Valid Email & Password.
- Sign Out User is SignOut...

you can check the cookies of website...