elnigerian
elnigerian3w ago

how do add authentication providers to production settings in Convex

I deployed my dev app, including convex functions into prod. The app uses convex-auth for authentication. In looking at the Convex Dashboard settings, I see that I don't have any settings for my authentication configuration. How can I set this up?
3 Replies
Convex Bot
Convex Bot3w ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
sshader
sshader3w ago
Production - Convex Auth
Authentication library for your Convex backend
elnigerian
elnigerianOP3w ago
Thank you! So, a couple things I did - 1) instead of using the name CONVEX_DEPLOY_KEY, I used CONVEX_PROD_DEPLOY_KEY. I changed that and then redeployed with -cmd-url-env-var-name option. It works now!

Did you find this page helpful?