Understanding Supabase Auth and tRPC integration in a monorepo setup
The user is trying to understand the correct usage of Supabase Auth and tRPC in their monorepo setup, which includes technologies like Turborepo, Next.js, and Drizzle. They have specific questions about using `supabase.auth.getSession()` and `supabase.auth.getClaims()`, and how to handle access tokens and claims in their application. They are seeking guidance on whether their current implementation is correct and how to properly integrate these technologies.
Auth
Integrations
Client libraries