What's a good, simple authentication method?

I have a project I’d like to build that would require me to login/autheticate somehow, since the app would have the ability to send email from a gmail account, as well as modify the state of a non-public Airtable database.

How should I approach authentication/login? This app would be used by a maximum of two or three people. Is there a particular Glitch project that would be a good starting point for this?

Hi Paul,

I’ve had great success starting from https://glitch.com/~passport-js. :sunglasses:

It has examples using Facebook and Twitter OAuth, as well as a simple user/pass authentication.

1 Like

Also consider https://glitch.com/~auth0 if you really just want to do away with handling auth yourself. They have a free plan which will more than cover your use.

1 Like