Skip to content

Commit

Permalink
test: improve tests for session action
Browse files Browse the repository at this point in the history
  • Loading branch information
ThangHuuVu committed Dec 7, 2023
1 parent 5c2b0b6 commit f32d39a
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 75 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/jwt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ export interface DefaultJWT extends Record<string, unknown> {
email?: string | null
picture?: string | null
sub?: string
iat?: number
exp?: number
jti?: string
}

/**
Expand Down
Loading

0 comments on commit f32d39a

Please sign in to comment.