
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
- Using createAccount, I want to save user...
I am creating an e-commerce application using Vite, Tailwind, and Appwrite services for both customers and sellers. In the signup form, I have included fields f...
- cross-origin request blocked
i have added platforms but still facing issue on free-tier
- Email Verification Delay Issues - Need H...
Hi everyone! I launched my product yesterday after testing, and I'm seeing users drop off during email verification. Initially thought users didn't like the pro...
