Auth0 support#879
Conversation
…oint script for TLS handling
1. auth.ts: Only register genericOAuth(auth0(...)) plugin when AUTH0_DOMAIN is set, preventing 'Cannot read properties of undefined (reading replace)' crash during module analysis. 2. docker-entrypoint.sh: Add AUTH0_DOMAIN, AUTH0_CLIENT_ID, AUTH0_CLIENT_SECRET to ENV_VARS_TO_SYNC so they reach the Convex function runtime via 'convex env set'.
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (10)
📝 WalkthroughWalkthroughThis pull request implements Auth0 OAuth integration across the platform and proxy services. The changes include adding Auth0 configuration environment variables to Estimated code review effort🎯 4 (Complex) | ⏱️ ~50 minutes Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
New Features
Configuration