Files
supabase/examples/javascript-auth
PM 9ca4fb29d8 To fix error on Firefox 85.0.1 (Ubuntu 20.04)
On firefox, I got:
```
Uncaught TypeError: supabase.auth.user().then is not a function
    fetchUserDetails http://192.168.1.230:8080/index.js:62
    EventHandlerNonNull* http://192.168.1.230:8080/index.js:18
    EventListener.handleEvent* http://192.168.1.230:8080/index.js:10
index.js:62:6
    fetchUserDetails http://192.168.1.230:8080/index.js:62
    fetchUserDetails self-hosted:1176
    (Async: EventHandlerNonNull)
    <anonymous> http://192.168.1.230:8080/index.js:18
    (Async: EventListener.handleEvent)
    <anonymous> http://192.168.1.230:8080/index.js:10
```
My solution might not be the best but it makes it work :)

Please continue showing examples about direct access from javascript client (like Firebase do).
2021-03-06 17:10:26 +01:00
..
2021-02-14 16:58:41 +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