We use Cloudflare Workers for our API and just handle auth calls by checking the JWTs with Supabase and caching it. So we already had the necessary auth setup to do this.
For basic CRUD we use the Supabase endpoints directly but none of that involves querying a vector db :P
For basic CRUD we use the Supabase endpoints directly but none of that involves querying a vector db :P