Skip to main content

Is it possible to create user/password logins?

  • August 9, 2017
  • 2 replies
  • 25 views

So i can know who the user is and give them access to specific table records to modify.

2 replies

  • Known Participant
  • February 20, 2019

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?


Forum|alt.badge.img+4

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”