Question

Volunteers can't log in on shared library computers

Solved · 6 views · asked by amara_v · edited

Magic links open in whatever browser the library machine defaults to, not the one they're using.

What I’ve tried

Told them to copy the link manually. Confusing for them.

Comment

1 answer

Marked as helpful by the asker
mira_dev · edited

Magic links assume one device, one browser. For shared machines use an OTP code instead: Supabase can send a 6-digit code (signInWithOtp with shouldCreateUser, then verifyOtp with type: 'email'). They type the code in the browser they're already in. Same security, no device hop.

Comment