Hacker News new | ask | show | jobs
by crazy_marksman 986 days ago
How do you deal with security and access control across postgres and pinecone?
1 comments

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