This commit is contained in:
Michael Freno
2026-01-07 16:22:31 -05:00
parent 041b2f8dc2
commit 0a0c0e313e
15 changed files with 809 additions and 2251 deletions

View File

@@ -36,16 +36,3 @@ export function toUserProfile(user: User): UserProfile {
hasPassword: !!user.password_hash
};
}
export interface SessionPayload {
id: string;
email?: string;
}
export interface EmailVerificationPayload {
email: string;
}
export interface PasswordResetPayload {
email: string;
}