← All Features
Workflow

Public Link Signing

Share a link. Anyone signs. No account needed.

Need someone to sign who doesn't have a IUSign account? Generate a public signing link — a unique, tokenized URL that lets anyone review and sign your document without creating an account.

How It Works

  1. 1

    From the envelope creation screen, toggle 'Enable public signing link'.

  2. 2

    IUSign generates a unique, unguessable token (UUID v4) and a shareable URL.

  3. 3

    Share the link via email, SMS, chat, or any channel.

  4. 4

    Anyone with the link can open the document, review all pages, and sign.

  5. 5

    The signer draws their signature (or uploads an image), fills required fields, and submits.

  6. 6

    You receive a dual notification: email + dashboard alert with the signed PDF attached.

  7. 7

    The link expires after the document is signed — it cannot be reused.

Technical Details

Public links stored in public_links table: { code (UUID), envelope_id, created_at, signed_at, expires_at, signer_name, signer_email }.

Token is 128-bit UUID — 2^128 possible values, unguessable, collision-resistant.

Public signers are NOT authenticated — no login required. The token IS the authentication.

ESIGN consent is still required — public signers must check the consent checkbox before signing.

Security Considerations

Public links use 128-bit UUIDs. The link is single-use — once signed, it expires and cannot be accessed again. If the link is leaked before signing, anyone with the URL could sign.

Use Cases

Customer contracts (sign and return without account setup). Event waivers (mass distribution via QR code). HR onboarding forms (new hires sign before day 1).

Ready to see it in action?

Create your free account and send your first document in under 3 minutes.

Get Started Free