Module user

Source
Expand description

A module containing the PostgreSQL implementation of the user-related repositories

Structsยง

PgBrowserSessionRepository
An implementation of BrowserSessionRepository for a PostgreSQL connection
PgUserEmailRepository
An implementation of UserEmailRepository for a PostgreSQL connection
PgUserPasswordRepository
An implementation of UserPasswordRepository for a PostgreSQL connection
PgUserRecoveryRepository
An implementation of UserRecoveryRepository for a PostgreSQL connection
PgUserRegistrationRepository
An implementation of UserRegistrationRepository for a PostgreSQL connection
PgUserRepository
An implementation of UserRepository for a PostgreSQL connection
PgUserTermsRepository
An implementation of UserTermsRepository for a PostgreSQL connection