admin管理员组

文章数量:1417037

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
Share Improve this question edited Mar 23, 2022 at 8:33 jost21 asked Mar 9, 2022 at 10:26 jost21jost21 1,4063 gold badges20 silver badges34 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 4

You 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.

本文标签: javascriptHow to change the redirecting url for Google OAuth with supabaseStack Overflow