Open ianmacartney opened 3 months 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
I tried the custom domain route as described in this article https://docs.convex.dev/production/hosting/custom
but I cannot override the CONVEX_SITE_URL
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.
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