Veni API
tRPC endpoint at /api/trpc.
- /api/trpc/auth.whoami — public, returns
{ user: null }when signed out - /api/trpc/auth.me — protected, 401 when signed out, returns the synced DB user when signed in
tRPC endpoint at /api/trpc.
{ user: null } when signed out