Interface: PasswordResetClaims
Interface: PasswordResetClaims
Defined in: auth-shared/src/jwt/claims.ts:114
Password-reset link claim shape (signed with a purpose-derived secret — see auth-server/internal/auth/jwt/service.go AUDIT 1.6/1.7).
Extends
Properties
aud?
optionalaud?:string|string[]
Defined in: auth-shared/src/jwt/claims.ts:20
Inherited from
email:
string
Defined in: auth-shared/src/jwt/claims.ts:116
exp?
optionalexp?:number
Defined in: auth-shared/src/jwt/claims.ts:21
Inherited from
iat?
optionaliat?:number
Defined in: auth-shared/src/jwt/claims.ts:22
Inherited from
iss?
optionaliss?:string
Defined in: auth-shared/src/jwt/claims.ts:19
Inherited from
jti?
optionaljti?:string
Defined in: auth-shared/src/jwt/claims.ts:24
Inherited from
nbf?
optionalnbf?:number
Defined in: auth-shared/src/jwt/claims.ts:23
Inherited from
purpose
purpose:
"password_reset"
Defined in: auth-shared/src/jwt/claims.ts:117
sub?
optionalsub?:string
Defined in: auth-shared/src/jwt/claims.ts:18
Inherited from
uid
uid:
string
Defined in: auth-shared/src/jwt/claims.ts:115