I’m trying to build a simple Cloudflare Pages site with a passwordless login using magic links. It would be awesome if Cloudflare could provide this option. The closest solution I could find right now is OTP login, but that still requires people to enter a PIN.
Other implementations: https://supabase.com/docs/guides/auth/auth-magic-link https://firebase.google.com/docs/auth/web/email-link-auth
It would be cool if Cloudflare Access supported this, but just an FYI, Cloudflare Access is meant for internal resources/allowing employees to login. Those two seem to be aimed at actual users/providing identity as a service. You wouldn’t want to use Access for normal users for billing purposes alone (very expensive after the free 50 users)