ben-coo-per / goodTime-webapp

Repo for the goodTime web app
good-time-webapp.vercel.app
0 stars 0 forks source link

Add a passwordless SMS auth provider option #27

Open ben-coo-per opened 2 years ago

ben-coo-per commented 2 years ago

To make it as simple as possible as a user, I don't want to have to remember my password to sign in. Instead, since I will be using my phone for this anyways, I would like to just sign in with a link sent to me via text.

ben-coo-per commented 2 years ago

There are a few good options for passwordless hosting providers:

My preference is Supertokens because they're open source and have a pretty generous free tier.

There is also an issue on redwoodjs github for a self hosted passwordless sms option