Magic Link
Also known as: Passwordless login link, Email login link, One-time login link
A magic link is a one-time, expiring URL emailed to a user that logs them in without a password.
Definition
A magic link is a single-use authentication URL sent to a verified email address (or sometimes SMS) that signs the recipient into an account when clicked. The link carries a cryptographically signed token, expires after a short window, and replaces the traditional username-and-password flow.
In client portals and support tools, magic links are the default way to get external users — clients, vendors, contractors — into a workspace without making them remember a password or go through a full account setup. The user clicks the link, lands inside the portal, and starts working.
Magic links differ from SSO (which federates identity through a provider like Google or Okta) and from passwordless passkeys (which use device-bound cryptographic keys). Magic links rely on the security of the email inbox itself as the authentication factor.
Why It Matters
Friction at the login screen kills client adoption. Every password your client has to create, remember, or reset is a reason they stop using your portal and revert to email threads. Magic links remove that wall and push first-session activation rates significantly higher, which matters when onboarding speed is tied to revenue recognition or project kickoff.
Skip magic links and you inherit a permanent support tax: password reset tickets, locked accounts, and clients who never log in at all. Worse, teams often compensate by setting weak shared passwords or emailing credentials in plain text, which creates a real security problem far worse than what magic links were supposed to solve.
Examples in Practice
A 30-person agency onboards a new retainer client. Instead of provisioning a username and emailing a temporary password, the client receives a welcome email with a magic link, clicks it, and lands directly on their project dashboard with files and timelines already populated.
A SaaS support team uses magic links to give a customer temporary access to a shared troubleshooting workspace. The link expires in 24 hours, so the customer can review logs and screenshots without the team needing to create — and later deprovision — a full user account.
A bookkeeping firm sends quarterly review packets through a client portal. Each client gets a magic link in their notification email; one click and they're reviewing the documents on mobile, no password lookup, no app to install.