mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 13:14:36 +08:00
- Fixed minor bug in the example due to the removal of deprecated
data from the response:
492d6d70e8
Also addresses the comment here about data object not defined:
https://github.com/supabase/supabase/pull/4373#issue-1074085323
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
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