Files
supabase/examples/javascript-auth
Chris Wynn f675fb63d4 Fix examples/javascript-auth signup (data -> session)
- 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
2022-02-01 13:40:14 +09:00
..
2021-03-22 18:19:48 +08:00
2021-05-22 02:30:29 +00: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