
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
- Login redirect going to http not https
Hi yall, I'm having an issue where the redirect URL is going to http, instead of https. I think this is a bug. ``` https://accounts.google.com/o/oauth2/v2/auth...
- Google OAuth
I am having trouble using the google log in in my app. Getting error: Error 400 Invalid redirect URL for OAuth success. project_invalid_success_url I have tryi...
- Function 404 error - Deployment with the...
I have a function in my Appwrite Cloud (free plan) project that cannot be accessed or deleted (404 in both UI and CLI). I'm stuck at the 5 functions limit and c...
