passwordless auth

Rails 6.x Auth with MagicLink using SecureRandom Token

Passwordless Authentication is very convenient for users and generally as secure as passwords (according to many articles as long as the email access-links are short-lived - as email is not very secure).

Rails 6.x+ Auth with MagicLinks using Rails Signed GlobalIDs

Several simple approaches to password-less rails authentication