@zuno-ai/auth
v0.2.2
Published
Better Auth instance + token verification for the gateway. Email/password + organization + apiKey plugins.
Downloads
534
Readme
@zuno-ai/auth
Better Auth instance + token verification for the gateway. Email/password + organization + apiKey plugins.
Use this package directly when: You're deploying apps/api-gateway (the HTTP service) and need to issue/verify Zuno auth tokens. Embedded @zuno-ai/sdk consumers don't need this — their host app handles auth.
For the typical embedded case, consume Zuno through the high-level @zuno-ai/sdk facade — createZuno(config) wires this package in alongside everything else with sensible defaults.
Install
pnpm add @zuno-ai/authSee ./src for the public API. Types are emitted at publish time to ./dist/index.d.ts.
