SaraS
Convex Community6mo ago
20 replies
Sara

Authorize app in the convex Dashboard

I'm attempting to build something with Analytics, and was wondering how can I authorize users to login to My app, and Authorizing them to be connected to the convex dashboard, similar to how chef is being authorized:
My initial thought is to make use convex-auth with Gmail or github, and authorize based on it (I'm 90% sure that's not possible)
second thought is, to connect users through their deployment url link similar to how convex-panel is made
https://github.com/robertalv/convex-panel/blob/main/src/ConvexPanel.tsx#L174-L184
image.png
GitHub
A React component for monitoring and debugging Convex applications - robertalv/convex-panel
convex-panel/src/ConvexPanel.tsx at main · robertalv/convex-panel
Was this page helpful?