Skip to content

RequestWithReader

reference
1 min readUpdated

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

PropertyType
readerClaims`ReaderClaims
user{ sub: string; organizationId: string; email: string; role: string }
headers`Record<string, string
paramsRecord<string, string>
ipstring

Was this page helpful?

Download as PDF