you won't be able to create multiple accounts with the same email
Really?
yep
Shit
emails are unique. So if you use something like test@example.com
for one user, you can't use it for a new account, until you delete the existing test@example.com
account
Damn, that leaves me again with no solution for this problem π¬
i dont know if this helps
but have you looked at anonymous sessions?
no email/password or anything
just a session
Yes, but then I cannot use document security for data access correct?
ah yeah
that's true
Cannot everyone just create a anonymous session and therefore all the data is exposed if i allow access to all users for a collection?
pretty much
i dont think there's a way yet to do this in appwrite
an email/phone is required for creating an account
But whats the usecase of a anonymous session then? If just anyone can create one, whats the point? π
I could use some part of the send secret as part of the email and the other part as password. Still problematic with sending that plaintext via sms but I do not think some other baas provider than appwrite has a password only authentication method
i haven't read much about it, but it helps in separating active users from casual lookers i think.
look i mean technically, you don't need real emails if you're not going to verify them in appwrite
if you want, you could create random emails, and use them
exaclty
Thank you @safwan for your time! π Really was a pleasure discussing matters π
[SOLVED] List users with password query
Recommended threads
- Trying to Figure out how to delete a use...
If i have a button in an app that allows a user to delete their account, can I not just call a function from my swift app to Appwrite to have the account delete...
- Expected a value of type 'bool', but got...
I am trying to get current User, but get this error message when I do. I get back user prefs, but error comes from trying account.get() So I am getting User. I ...
- Problem accessing api via local host.
I think i set the Endpoint correctly in my config.ts als the cloud.appwrite url but when i try to create a user I get this Error message: Access to XMLHttpReque...