E-signatures · Glossary
What is a signing link?
A signing link is the personal web address sent to one named recipient so they can open and sign a document. It carries a token tied to that one person rather than to the file, and it is the first thing that identifies the signer, which is why it is never meant to be passed on.
Most people treat it as a convenience, a shortcut past a login screen. It is closer to a key cut for one person, and handing it on quietly transfers the ability to sign in their name.
Nuwan Madhusanka · Co-founder
6 min read · Published
| Item | Released by the link alone | Where it comes from |
|---|---|---|
| A token for one recipient | Yes | Minted when that recipient is invited |
| Envelope title and sender's message | Yes, before any identity check | The pre authentication response |
| Recipient name, email and role | Yes, before any identity check | The recipient row on the envelope |
| Which identity check applies | Yes, before any identity check | That recipient's verification setting |
| The consent wording and its version | Yes, before any identity check | The consent gate |
| The document itself | No, only after the check passes | Fetched once a signing session is issued |
| An account or password | No | There is no account for a signer to create |
Why the link is treated as an identity factor
Emailing a document and asking somebody to sign it is, at bottom, a bet that the person holding that inbox is the person named on the page. The link is how that bet is placed. It is minted for one recipient row at the moment that recipient is invited, it carries a token that belongs to nobody else on the envelope, and every action taken through it is recorded against that recipient rather than against a general audience. Where no other check is set, the link is the whole of the identity evidence, which is a reasonable position for a routine agreement between two known parties and a poor one for anything a stranger could profit from. Adding an access code or an emailed one time code does not replace the link. It sits on top, so the signer needs both the inbox and the second thing.
What a recipient sees before proving who they are
Opening the link does not open the document. The first response is deliberately thin: the envelope title, the sender's message, the recipient's own name, email and role, which identity check applies, and the version of the consent wording. Nothing about the contents is released at that point, so a link that lands in the wrong inbox gives away a subject line and very little else. Only once the check passes does the server issue a short lived signing session and hand over the file. That session lasts thirty minutes and is held in memory rather than written into the browser, so a refresh sends the signer back through the check. Mildly annoying on a slow train, and exactly right for a document somebody may leave open on a shared screen in an office.
Three ways a link stops working
The envelope expires thirty days after it is created. That window is fixed, no screen anywhere shortens or extends it, and an expired link answers with a plain message saying the signing request has expired. The sender withdraws the envelope, and the link then answers that the document was withdrawn by the sender. Or the sender resends the invitation, which rotates the token, kills the previous link outright, clears any lockout the recipient had collected and resets the record of whether they had opened it. That last one catches people who dig an older email out of the archive after asking for a fresh one. The most recent email is the only one that opens anything, and every earlier copy has become a dead address that reveals nothing.
Forwarding, and what it does to the record
A forwarded link still works, which is the honest and uncomfortable part. Whoever holds it can pass the check if the check is the link alone, apply a mark and complete the document, and the trail will show that recipient signing. What the trail does capture is the network address and the browser string behind each event, so a signature applied from an unexpected place is at least visible afterwards, and the same address is printed against that signer on the certificate of completion. The invitation email states plainly that the link is personal and asks the reader not to forward it, which is worth something and is not a control. Where a forward would be a real problem, the answer is a second factor, not a firmer warning.
Matching the check to what is at stake
For an internal acknowledgement, the link on its own is proportionate and anything more is friction nobody thanks you for. For a supplier agreement, add an access code: at least four characters, never shown back through the interface, and handed to the signer some other way, by phone or in person. Five wrong attempts lock that recipient out for fifteen minutes, so guessing is slow and noisy. For a counterparty nobody has met, use the emailed one time code, which is six digits, valid for ten minutes, redeemable once and capped at five codes in any ten minute window. Neither option stops somebody who controls both the inbox and the phone. Both make casual forwarding useless, and casual forwarding is the realistic threat.
Questions people ask
Can two people share one signing link?
They can physically, and it is a bad idea. The link is bound to one recipient row, so anything done through it is attributed to that person. If two people genuinely need to sign, add them as two recipients and each gets their own link, their own fields and their own line on the certificate of completion. Sharing collapses two signatures into one name.
What if the invitation went to the wrong address?
Correct the address on the envelope and resend. Resending rotates the token, so the link sitting in the wrong inbox stops working the moment the new one is issued. Do not rely on asking the wrong recipient to delete the email, because a link that still resolves is still a way in until it is replaced or the envelope expires.
Does the link work properly on a phone?
Yes. Below about five hundred and sixty pixels wide the signing screen switches to a compact layout: the document becomes read only and every field the signer has to fill moves into a panel above it, with a button that steps through each signature spot in turn. That avoids the usual problem of pinching around a PDF looking for a small box.
Someone deleted the email. Can they get the link again?
Ask the sender to resend the invitation to that recipient. A resend issues a new token, sets a fresh expiry on it, clears any lockout from failed identity attempts and records a resend event on the trail. It is refused once that recipient has already signed or declined, because there is nothing left for them to do.
Is the link the same for everyone on the envelope?
No. Every recipient gets a distinct link, and with signing order switched on only the person whose turn it is holds a live one, because the next signer is not invited until the one before them finishes. With signing order off, everybody is invited at once and each still has their own address.
Does opening the link count as signing?
No. Opening and viewing are recorded as their own events, separate from signing, so a trail can show that somebody looked at a document and walked away. That distinction is useful in a chase: it is the difference between a person who never received the request and a person who has read it and is thinking about it.
Make one with e-signatures
The button opens the generator with this use case already described. Change the wording to match your own.
Send a document for signingRelated questions
- What evidence does an electronic signature produce?An electronic signature produces a bundle of evidence, not one file. What each item proves, where it is stored, and where the record is thinner than expected.
- What is non-repudiation in electronic signing?Non-repudiation means a signer cannot credibly deny signing. Which records support that claim, which denials they answer, and where the argument gets through.
- Access code against one time codeAn access code is a shared secret you send the signer yourself. A one time code is emailed at signing time and expires. When each is the right check.
- What is an audit trail?An audit trail is the ordered, tamper evident record of everything that happened to a document: who opened it, who was challenged, who signed and when.
Step by step in the builder: Send a PDF for e-signature.
Written and checked by the OneCraft team. Last checked .