Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sikandarjodd/sveltekit-supabase
- Owner: SikandarJODD
- Created: 2023-10-04T19:09:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-04T19:17:42.000Z (about 1 year ago)
- Last Synced: 2024-12-19T02:07:34.874Z (15 days ago)
- Language: Svelte
- Homepage: https://sveltekit-supabase-one.vercel.app
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...