Zoonk.Accounts.UserNotifier (Zoonk v0.1.0-dev)

View Source

Handles email notifications for user authentication events.

This module is responsible for sending email instructions to users for various authentication-related actions, such as updating their email, logging in with an OTP code, or confirming their account.

Summary

Functions

Deliver instructions to log in with an OTP code.

Deliver instructions to update a user email.

Functions

deliver_login_instructions(user, otp_code)

Deliver instructions to log in with an OTP code.

deliver_update_email_instructions(user, otp_code)

Deliver instructions to update a user email.