(Third Party Auth) Syncing Supabase users/organisations/entitlements with WorkOS
Hey everyone, I'm trying to use Supabase as my DB, API and file storage, but leave user management/Auth entirely to WorkOS and Stripe for entitlements.
Most of the documentation around Supabase Auth is around using the built in Auth features, and there isn't much around Third Party auth, except for 'Grab the access token from the third party using their client library and put it into the supabase client'
I'm mostly wondering about keeping the user and organisation entities in sync in Supabase, i.e I create users in WorkOS, I'd like their info and entitlements to also be reflected in the Supabase DB as well.
Could anybody help point me in the right direction with this? Thank you so much!
Most of the documentation around Supabase Auth is around using the built in Auth features, and there isn't much around Third Party auth, except for 'Grab the access token from the third party using their client library and put it into the supabase client'
I'm mostly wondering about keeping the user and organisation entities in sync in Supabase, i.e I create users in WorkOS, I'd like their info and entitlements to also be reflected in the Supabase DB as well.
Could anybody help point me in the right direction with this? Thank you so much!