So i can know who the user is and give them access to specific table records to modify.
I know this is a little outdated, but I’m curious about this one myself. Did you ever find an answer for this @itsallgood_games?
I know this is a little outdated, but I’m curious about this one myself. Did you ever find an answer for this @itsallgood_games?
What do you mean exactly? You can add collaborators to bases and manage access to bases, more capabilities if you have a pro account.
If adding too many collaborators is not ideal, you can create a users table but saving passwords their is obviously not secure.
I had a use case where I needed persons to login and edit their profile (base) record and it was not feasible to add hundreds of collaborators to a base, so I create a token based magic link (passwordless) login system. This requires use of the API.
You can check out my tutorial on how I did it here:

How to create a passwordless login system | Chinara James
A nifty way to allow users to sign in to your app is using password-less or email only sign in using token-based “magic links”
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.