Part 1 of a series I’m doing about how to use Airtable API to create a user database.
A user database with encrypted passwords using Express, bcrypt and Airtable
Part 2 of the tutorial series is live. Learn to persist the user from page to page by implementing a session.
A user database with encrypted passwords using Airtable and Express with simple sessions
Part 3 is live. Add a password reset flow.
In part 3 of this tutorial series we add a password reset flow to our user database created with Airtable and ExpressJs.