Skip to content

DoCurious API Reference / types / LoginAttempt

Interface: LoginAttempt

Defined in: types/auth.types.ts:130

Login attempt tracking (for rate limiting)

Properties

attempts

attempts: number

Defined in: types/auth.types.ts:132


email

email: string

Defined in: types/auth.types.ts:131


lastAttempt

lastAttempt: string

Defined in: types/auth.types.ts:133


lockedUntil?

optional lockedUntil: string

Defined in: types/auth.types.ts:134

DoCurious Platform Documentation