Skip to main content

User

A registered account. The root of the entire hierarchy.

Fields

FieldTypeDescription
idUserIdUnique identifier
nameStringThe username
emailStringThe email
passwordStringThe password (stored hashed)
lastLoginLocalDateTimeThe last time user logged in
authProviderAuthProviderHow the user registered

Enums

AuthProvider

ValueDescription
LOCALUser registered with mail + password
GOOGLEUser registered with Google

Constraints

  • email must be unique