Feat: Add complete auth system (Login, Register, OTP/2FA via Telegram, Session management)
This commit is contained in:
@@ -110,3 +110,12 @@ export interface AppSettings {
|
||||
}
|
||||
aiProviders: AIServiceConfig[]
|
||||
}
|
||||
|
||||
// Auth Types
|
||||
export interface User {
|
||||
id: string
|
||||
username: string
|
||||
passwordHash: string
|
||||
chatId: string
|
||||
knownIps: string[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user