Closed gyfchong closed 2 years ago
Hello @gyfchong
Challenge accepted 😉
You can check this pull request : https://github.com/mitchelvanbever/remix-auth-supabase/pull/13
You can trick this base to fit your needs.
I hope you get the idea 😇
If someone wants to know why everything cannot be done server side, check this
You can find a passwordless example here : https://github.com/mitchelvanbever/remix-auth-supabase/tree/main/examples/magic-link Tell us if it works for you 😎
Thanks @rphlmr it worked perfectly!
Hello,
I tried to change the
signInWithEmail
to use SupabasesignIn
but it didn't seem to work. I was wondering if it were possible to get an example or support for passwordless auth.Thanks