Add expiring panel auth sessions
This commit is contained in:
@@ -89,3 +89,14 @@ export interface CreateUserInput {
|
||||
}
|
||||
|
||||
export type UpdateSystemInput = SystemSettings;
|
||||
|
||||
export interface PanelLoginInput {
|
||||
login: string;
|
||||
password: string;
|
||||
}
|
||||
|
||||
export interface PanelLoginResponse {
|
||||
token: string;
|
||||
expiresAt: string;
|
||||
ttlMs: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user