I'm making a web app targeted towards users who are very tech illiterate, so a lot of them won't even have emails.
I know that the only two "identifiers" for accounts are emails and phone numbers.
I also know phone login is a thing but I don't think it's the best option for my case.
All of the user accounts will be previously generated, so they don't have the need to sign up.
So I'm just wondering if there is a way I can implement an "id" login (state issued id for a person), that is not dependent of an email or a phone number.
Any ideas?
Use annonymous session maybe 🤷♂️
Or just make the data public.
Recommended threads
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...