Hi,
Users are overwhelmed by passwords, and companies like slack have implemented passwordless login which I personally think is great.
If you want to do the same for your app, check out my latest article on how the basics of rolling your own: https://chinarajames.com/passwordless-login-magic-links/
This use case came up for me because I wanted persons to update their own airtable record and it’s not practical to have over 300 persons as collaborators on a base, so built an app for them to login and edit their records. This is basics of how I did the login part.
Hope someone finds it useful.