Passwordless

Overview

Passwordless login lets customers sign in with a one-time link sent to their email — no password required. It is a two-step flow:

  1. Request a link — the customer enters their email and Pelcro emails them a one-time login link.
  2. Exchange the token — your front end posts the token from that link to start an authenticated session and receive a JWT.

Passwordless login must be enabled on the site.