get-convex / convex-auth

Library for built-in auth
https://labs.convex.dev/auth
55 stars 17 forks source link

Support custom redirect domains #53

Open ianmacartney opened 3 months ago

ianmacartney commented 3 months ago

So you don't have a .convex.site url in the OAuth flow.

It doesn't necessarily need to replace issuer & other uses, but being able to redirect to it would be nice

jabra commented 3 days ago

I hope i'm adding to the right issue as suggested by @thomasballinger . I setup my app with convex auth and user authenticating using google provider. When the user clicks on the google login button, I see the *.convex.site on the google auth page as origin image

I tried the custom domain route as described in this article https://docs.convex.dev/production/hosting/custom image

but I cannot override the CONVEX_SITE_URL image

I'm not even sure this is the right approach to get google auth screen to not display the *.convex.site as origin but my own site.