Files
supabase/examples/auth/javascript-auth/README.md
dannykng 9370244537 Revert "chore: remove examples"
This reverts commit 05b96de142.
2022-09-16 10:13:18 -07:00

515 B

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