feat(SW-162): Used token instead of cookie

This commit is contained in:
Hrishikesh Vaipurkar
2024-08-09 17:45:29 +02:00
parent e7f7fb286e
commit 51df6bfd34
5 changed files with 44 additions and 70 deletions

2
types/jwt.d.ts vendored
View File

@@ -13,5 +13,7 @@ declare module "next-auth/jwt" {
expires_at: number
refresh_token: string
loginType: LoginType
mfa_scope: boolean
mfa_expires_at: number
}
}