Files
supabase/examples/javascript-auth
Gaurav Singh 35a3164647 Fix #1304 , Define the defualt behavior of signUp
- Updated auth example to handle this.
- signUp function now gives error if the user is already registered.
- signIn function gives error when invalid email or password is entered.
2021-04-29 21:19:52 +05:30
..
2021-03-22 18:19:48 +08:00

Vanilla-js Auth Example

Live Example: https://auth-vanilla-js.vercel.app/

How to sign up and login using supabase and supabase-js using HTML and JavaScript only

image

running

npm run dev (requires npx to be installed)

if you want to make changes without restarting the server run this in a different terminal window: npm run watch