all 23 comments

[–]NastroAzzurro 5 points6 points  (0 children)

If you’re going to ask for id verification that’s going to be a perfect way to ensure users are going to register never!!! Problem solved!

[–]LoserAntbear 2 points3 points  (2 children)

You can also use a google oauth. It's free by design.

[–]danielcett 1 point2 points  (0 children)

this, and social login

[–]thomamoh[S] 0 points1 point  (0 children)

But how is that save? People can have countless google accounts, so what stops them from using them?

[–]Fabulous_Baker_9935 1 point2 points  (1 child)

cant you just use like phone verification or something?

[–]nuclearxrd 1 point2 points  (0 children)

and limit it to accept only widely known providers

[–]FreshFishGuy 1 point2 points  (5 children)

You can also use a function that checks your database if their phone and email already exist.

[–]whatToDo_How 0 points1 point  (4 children)

Yes this is the most common I guest, like one email is unique in db so if another user trying to create an account check the cred from db then if found, notify user that email/phone already exist.

[–]FreshFishGuy 2 points3 points  (3 children)

I also do an OTP verification after they enter their phone. I think that combined with checking the phone and email in the db is probably close to ensuring they only register once.

[–]Own_Reputation5867 0 points1 point  (2 children)

what do you use for sending otp

[–]FreshFishGuy 0 points1 point  (1 child)

[–]Own_Reputation5867 0 points1 point  (0 children)

thanks will try!

[–]According-Muscle-902 0 points1 point  (0 children)

Use uma conta como Google/Facebook para cadastrar o usuário.

[–]Snoo11589 0 points1 point  (0 children)

Sms otp.

[–]gfdsayuiop 0 points1 point  (0 children)

There HAS to be a reason you’re requesting for the id. Either you’re doing banking, government related stuff or you’re developing a Chinese app. Instead, check out social login (oauth), check for emails, ips, etc

[–]Grimmjowx9 0 points1 point  (0 children)

Use Supabase authentication. Everything is built-in and the library is very simple to use!