#Clerk or Convex for organization management

5 messages · Page 1 of 1 (latest)

junior nacelle
#

Hello, I was wondering if you should use Clerk for organization management (e.g managing memberships, invites and permissions) and mirror it to your own Convex database with webhooks (meaning you have to use actions and the Clerk SDK to manage organizations). Or if you should only use Clerk for authenticating users and store all organization data only in Convex (disabling organizations in Clerk).
If you need any more details feel free to ping me.

What is the recommended pattern and why?

remote lindenBOT
#

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](https://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!
junior nacelle
#

I did read things that you should have all user and organization data in your Convex database, but not if you should store organizations in Clerk and mirror to Convex or only Convex.

opal sleet
#

honestly, every time i use an auth provider i always tell myself im gonna use them for org management...then i build the org stuff all myself

grizzled silo
#

Same here.