Skip to content

supabasePlatformStore

supabasePlatformStore(client, options?): MutablePlatformStore

Defined in: packages/adapter-supabase/src/index.ts:92

Writable PlatformStore backed by lti_platforms. save upserts on the (issuer, client_id) unique constraint (see the SQL migration), so Dynamic Registration can onboard platforms and backfill deployment_id at runtime.

SupabaseLike

PlatformStoreOptions = {}

MutablePlatformStore