Hey! Rob here from Rownd. If there would
Hey! Rob here from Rownd. If there would be interest, we'd love to build a Convex Component to integrate our user-management / auth into Convex; we have a visual SDK on the frontend side that works well with mobile apps and webapps alike. Started falling in love with Convex a few days ago... I'm hooked and want to drag the rest of my team here 🙂
2 Replies
Hey Rob - Rownd looks awesome! Integrating would probably be straightforward as long as Rownd provides OIDC endpoints for token validation.
The basic requirements for a custom auth integration with Convex are here: https://docs.convex.dev/auth/advanced/custom-auth
For react specifically, the Clerk integration is a good reference: https://github.com/get-convex/convex-js/blob/main/src/react-clerk/ConvexProviderWithClerk.tsx
Thank you! This is awesome. Will have something in a day or two