Clever TaglineC
Convex Community6mo ago
4 replies
Clever Tagline

> can I connect both to convex and share

can I connect both to convex and share stuff like auth?

There are kinda two questions here:

1. Sharing "stuff" (i.e. Convex functions and data) - Yes, these can be shared with multiple apps using Turborepo's packages. There are a few threads in #support-community where you can probably find guidance to help with this.
2. Sharing auth - I'm no auth expert, but I don't think this is possible. I've only used Clerk, and it requires a unique redirect URI for the end of the auth flow. Even dev and prod versions of the same app need separate Clerk config. (Again, very little experience with auth; open to correction if I'm off the mark)
Was this page helpful?