Supabase Integration
If you prefer direct database access (for internal builds or analytics), Tokery can provision a Supabase client for read-only access to certain data (with appropriate security rules). This means developers could subscribe to Postgres changes for real-time updates. For example, by listening to the assets
table changes, your app can get a real-time feed of new tokenized assets or status updates without constantly calling the API. Supabase’s client library can also handle user authentication if you want to let users log into Tokery through your app (via JWTs issued by Tokery’s auth).
Last updated