Ionize Docs
ReferenceSchemasDatabases

login_attempts

Recent login attempts, used by the brute-force protection logic.

Table login_attempts

Recent login attempts, used by the brute-force protection logic.

Database: ionize

Owner: SDK brute-force module

Columns

ColumnTypeNullableDescription
idUUIDnoPrimary key.
domainTEXTnociam or iam.
identifierTEXTnoLogin identifier (typically email).
source_ipINETyesClient IP.
successBOOLEANnoWhether the attempt succeeded.
created_atTIMESTAMPTZnoAttempt time.

Schema owned by SDK brute-force module. Migrations live in sdk/src/db.ts.

On this page