How to verify google oauth using supabase?
Hey! I want my own domain to show when going through google oauth, how should I go abouts it? It asks me to verify I own the callback URL :(
Most intuitive solution would be to just setup a redirect of
Most intuitive solution would be to just setup a redirect of
mydomain.com/callbackurl that goes to the supabase. Is there any better way? What's official way to do so :)