Skip to content

v2.9.0

Choose a tag to compare

@thobson thobson released this 16 Jun 15:08
· 3 commits to master since this release

Passlock can now email mailbox verification challenges

Added

  • @passlock/server mailbox challenge creation now accepts sendEmail: true to request Passlock-managed delivery for one-time-code emails. Omitting sendEmail, or passing sendEmail: false, preserves the existing generate-only behavior and keeps returning the generated code and rendered message for custom delivery.

  • @passlock/server and the POST /v2/:tenancyId/challenges REST API now accept an optional recipient name when creating mailbox challenges. The name is used for email delivery only and does not affect challenge scope, lookup, invalidation, or verification.