Quoted-printable still rewrote token= as token=3D in the raw MIME, which some clients never decode. Distinguish a missing token from a real expiry, and keep links valid for 60 minutes. Co-authored-by: Cursor <cursoragent@cursor.com>
3 lines
113 B
TypeScript
3 lines
113 B
TypeScript
/** Parity with magic-link request TTL (60 minutes). */
|
|
export const STAKEHOLDER_INVITE_TTL_MS = 60 * 60 * 1000;
|