mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-08-05 06:50:10 +00:00
fix(auth): prevent unexpected session logout
This commit is contained in:
@@ -402,6 +402,11 @@ export interface RefreshTokenRecord {
|
||||
expiresAt: number;
|
||||
deviceIdentifier: string | null;
|
||||
deviceSessionStamp: string | null;
|
||||
securityStamp: string | null;
|
||||
createdAt: number | null;
|
||||
lastUsedAt: number | null;
|
||||
absoluteExpiresAt: number | null;
|
||||
clientType: string | null;
|
||||
}
|
||||
|
||||
export interface TrustedDeviceTokenSummary {
|
||||
|
||||
Reference in New Issue
Block a user