mitchelvanbever / remix-auth-supabase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for password less authentication

gyfchong opened this issue · comments

Hello,

I tried to change the signInWithEmail to use Supabase signIn but it didn't seem to work. I was wondering if it were possible to get an example or support for passwordless auth.

Thanks

Hello @gyfchong

Challenge accepted 😉

You can check this pull request : #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!