Pjaijai/Referalah

[Auth]Replace magic link with one time password

Closed this issue · 1 comments

The magic link policy of supabse is same device and same browser which is quite hard to fulfill for mobile user.

It is suggested to use one time password and verify the code.
https://supabase.com/docs/reference/javascript/auth-verifyotp?example=verify-signup-one-time-password%28otp%29

done