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:
- Request a link — the customer enters their email and Pelcro emails them a one-time login link.
- 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.
