Kind: Interface
Source: atloria-monorepo/apps/api/src/reader-access/reader-claims.ts
Request shape after ReaderAuthGuard runs. user is the member JWT (separate plane).
Properties
| Property | Type |
|---|---|
readerClaims | `ReaderClaims |
user | { sub: string; organizationId: string; email: string; role: string } |
headers | `Record<string, string |
params | Record<string, string> |
ip | string |
Was this page helpful?