mitchelvanbever / remix-auth-supabase

MIT License
102 stars 14 forks source link

Add support for password less authentication #12

Closed gyfchong closed 2 years ago

gyfchong commented 2 years ago

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

rphlmr commented 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

rphlmr commented 2 years ago

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 😎

gyfchong commented 2 years ago

Thanks @rphlmr it worked perfectly!