burnstony#1975B
Convex Community2y ago
53 replies
burnstony#1975

Convex Auth Prod

Have github and google convex auth working for react native app in DEV

in PROD

in prod I use the saem JWKS and JWT_PRIVATE_KEY as DEV
and copied AUTH_GITHUB_ID, AUTH_GITHUB_SECRET, AUTH_GOOGLE_ID, AUTH_GOOGLE_SECRET from the respective sites
SITE_URL https://www.everwhz.com
on GITHUB set callback https://tame-condor-52.convex.site/api/auth/callback/github
on Google added https://tame-condor-52.convex.site/api/auth/callback/google to the URI list

The login pop up appears to work normally, but than the second sign in call doesn't work
Was this page helpful?