nyx5975
nyx5975
TTCTheo's Typesafe Cult
Created by nyx5975 on 4/4/2023 in #questions
Clerk - multi-user login/profiles
Well then. Keep up the good work!!
21 replies
TTCTheo's Typesafe Cult
Created by nyx5975 on 4/4/2023 in #questions
Clerk - multi-user login/profiles
Oh sweet. That sounds great. Nice one. And thanks @James Perkins really appreciate it
21 replies
TTCTheo's Typesafe Cult
Created by nyx5975 on 4/4/2023 in #questions
Clerk - multi-user login/profiles
Perhaps, @IAmZen ask the user something unique that will sort the users based on who they are and accordingly, it will place the users in the correct "buckets", with that, we can restrict or modify what they can and can't see. Rather than do this with Clerk, for my use case, I am working on the following. I have three user cohorts. 1. General users who want to browse the site and see music concerts 2. Artists who want to promote to venues and general users 3. Venues who want to find artists and get general users in their doors I could play with the metadata, or.... Given everyone fits into the first cohort of general users. I give general users an option to "upgrade" their account. In my use case, they need to subscribe to be artists or a venue. This costs money, so I manage it through a sign up process in Stripe and my Supabase db updates accordingly. Then, using tRPC i create private procedures and routes for artists and venues.
21 replies
TTCTheo's Typesafe Cult
Created by nyx5975 on 4/4/2023 in #questions
Clerk - multi-user login/profiles
Thank you both. I’ll def look into the metadata option. I’d be excited about the custom ones coming. It’s more B2B, I would think. An artist on my site creates a profile and a venue creates a profile. Then the venue can make a request to book an artist for a gig.
21 replies