I am using Appwrite OAuth2 to authenticate users in my app (Flutter) Normally, I am using the user's email for the authentication, when he first registers , and when He log back in (after SignOut) But when the user decides to Hide his Email, every time the email will be different like someRandomChars@privaterelay.appleid.com
Is there in the auth object which will be constant across different sign in sessions?
Just to make sure , I do'nt really need the user's email while working with the app , I just want to recognize him as existing user.
Recommended threads
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...