feat(SW-162): Used token instead of cookie
This commit is contained in:
2
types/jwt.d.ts
vendored
2
types/jwt.d.ts
vendored
@@ -13,5 +13,7 @@ declare module "next-auth/jwt" {
|
||||
expires_at: number
|
||||
refresh_token: string
|
||||
loginType: LoginType
|
||||
mfa_scope: boolean
|
||||
mfa_expires_at: number
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user