Skip to main content

Module email_token

Module email_token 

Source

Constantsยง

PENDING_TTL ๐Ÿ”’
Lifetime of a pending email verification before it self-reaps.

Functionsยง

send_email_token ๐Ÿ”’
Shared requestToken spine for the email medium: throttle both axes, open or reuse a pending verification, and send the magic-link message when a token is freshly minted. The caller supplies the already-canonicalized address and performs its own directional in-use / not-found check beforehand.
validate_link ๐Ÿ”’
verification_html ๐Ÿ”’