hi everyone, I am building a react-native app with expo and appwrite. I have setup an OAuth flow with Google and Apple following this doc (https://appwrite.io/blog/post/google-oauth-expo) and it works, however, when triggered it says continue to appwrite.io I would like to understand how can i set this up so it shows my domain. So instead of saying, "Choose an account to continue to appwrite.io" to say "Choose an account to continue to mydomain.com"
Hi! As per what I know, you can't change appwrite.io to your domain name if you're using OAuth service from Appwrite, as that OAuth client is hosted by Appwrite. And as far I know, currently there isn't any option to setup custom domain for the OAuth flow. So, it will show Appwrite's domain only. And this is not Appwrite's fault, it's something constrained by Google's OAuth security rules only.
However, if you really want your domain name to be there, then you'll have to create your own Google OAuth Client ID from the Google Cloud Console. There you can set up your custom domain name (and logo, etc. ) if you want.
Recommended threads
- Deleted my account, trying to signup aga...
https://cloud.appwrite.io/console/login?error=%7B%22message%22%3A%22This+email+address+must+already+be+in+its+canonical+form.+Please+remove+aliases%2C+tags%2C+o...
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console