You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.