Creating a user database with Airtable part 2

In Part 1 we learnt how to add users to a Airtable database with hashed passwords. In part 2 we are going to learn how to persist the user’s data with sessions. Just want the code? Get the full working demo on Github. If you want to follow along,...

Creating a user database with Airtable part 1

I previously wrote an article on how to get a record from Airtable by a unique field value such as an email or username. I’m going to expand on that using a practical example, a user database. If you are building apps using Airtable as the backend,...