Skip to content

Commit

Permalink
feat: extend JwtPayload interface
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaiKorniat committed Sep 26, 2024
1 parent d88b4ab commit bf8a10f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export interface JwtPayload {
aud: string;
sub: string;
domain?: string;
module?: string;
context: JwtPayloadContext;
iat: number;
exp: number;
Expand Down

0 comments on commit bf8a10f

Please sign in to comment.