Skip to main content

Interface: IAuthJWTOptions

auth-jwt.IAuthJWTOptions

Properties

jwtSecret

jwtSecret: string

Defined in

packages/convostack-auth-jwt/dist/index.d.ts:6


accessTokenTTL

Optional accessTokenTTL: number

Defined in

packages/convostack-auth-jwt/dist/index.d.ts:10


allowAnonUsers

Optional allowAnonUsers: boolean

Defined in

packages/convostack-auth-jwt/dist/index.d.ts:7


refreshTokenTTL

Optional refreshTokenTTL: number

Defined in

packages/convostack-auth-jwt/dist/index.d.ts:11


requireUserVerificationHash

Optional requireUserVerificationHash: boolean

Defined in

packages/convostack-auth-jwt/dist/index.d.ts:8


userDataVerificationSecret

Optional userDataVerificationSecret: string

Defined in

packages/convostack-auth-jwt/dist/index.d.ts:9