I am trying to set up a website with supabase using Google OAuth for authentication.
It's fairly easy and convenient to set up and works really well, by following this tutorial and consulting the docs.
But unfortunately the Google login page says "Sign in to continue to abcdefghijklmnopqrstuvwxyz.supabase.co", which looks a little sketchy to users that do not know what supabase is and the random characters make it appear even worse. And there is no apparent indication that this is in fact the website the user is ing from and intended to log in to.
There are already issues opened on the supabase repo, so it seems to be worked on (Allow configuration of OAuth2 redirect domain in hosted supabase console #142 and Sign in with Google shows "continue to Supabase.co" #1798).
However, I was wondering if there is a another way to use Google OAuth that could integrate with supabase until there is a proper solution?
Update
2 more issues on the supabase github page regarding this problem:
- Allow custom domains for supabase API #5587
- Google OAuth -- Change displayed redirect url #2925
I am trying to set up a website with supabase using Google OAuth for authentication.
It's fairly easy and convenient to set up and works really well, by following this tutorial and consulting the docs.
But unfortunately the Google login page says "Sign in to continue to abcdefghijklmnopqrstuvwxyz.supabase.co", which looks a little sketchy to users that do not know what supabase is and the random characters make it appear even worse. And there is no apparent indication that this is in fact the website the user is ing from and intended to log in to.
There are already issues opened on the supabase repo, so it seems to be worked on (Allow configuration of OAuth2 redirect domain in hosted supabase console #142 and Sign in with Google shows "continue to Supabase.co" #1798).
However, I was wondering if there is a another way to use Google OAuth that could integrate with supabase until there is a proper solution?
Update
2 more issues on the supabase github page regarding this problem:
- Allow custom domains for supabase API #5587
- Google OAuth -- Change displayed redirect url #2925
2 Answers
Reset to default 4You can do this by setting up a Custom Domain on Supabase. It's a paid add-on available to users on Pro or Enterprise tiers.