Expand description
Modules for managing all user activities and state
Modules§
- consume_
user_ otp - Module for consuming a user’s one-time-use password
- create_
otp - Module for creating a user’s one-time-use password
- create_
user - Module for creating a user
- delete_
user - Module for deleting a user
- get_
user - Module for getting a user
- is_
verification_ enabled - Module for checking the environment variable:
USER_EMAIL_VERIFICATION_ENABLED
to detect if user email verification is enabled - is_
verification_ required - Module for checking the environment variable:
USER_EMAIL_VERIFICATION_REQUIRED
to detect if user email verification is required for a user’s login - search_
user_ data - Module for searching for a user’s s3 data
- search_
users - Module for searching for users in the postgres db
- update_
user - Module for updating a user’s fields in the postgres db
- update_
user_ data - Module for updating a single user’s s3 data record in the local postgres db (note: this does not re-upload the s3 data again, it just updates the local db record)
- upload_
user_ data - Module for uploading a POST-ed file to s3 and store the tracking data in the postgres db
- upsert_
user_ verification - Module for upsert-ing a user’s email verification record in the postgres db
- verify_
user - Module for verifying a user’s email address in the postgres db