@saflib/identity-db
@saflib/identity-db
Classes
Class | Description |
---|---|
EmailAuthNotFoundError | - |
EmailConflictError | - |
EmailTakenError | - |
IdentityDatabaseError | - |
TokenNotFoundError | - |
UserNotFoundError | - |
VerificationTokenNotFoundError | - |
Type Aliases
Type Alias | Description |
---|---|
NewEmailAuth | - |
NewUser | - |
SelectEmailAuth | - |
UpdateEmailParams | - |
UpdateEmailResult | - |
UpdateProfileParams | - |
User | - |
Variables
Variable | Description |
---|---|
emailAuthDb | Database queries for the email_auth table. The email_auth table contains email authentication information for the users. |
identityDb | For managing connections to the identity database. |
usersDb | Database queries for the users table. The users table contains profile information about the users, similar to the OIDC Standard Claims. |