Implementing a feature which limits the number of people logging in to an account

Hi, is it possible for adalo to implement a feature which limits tge number of people/devices logging in to an account, and those devices being stored somewhere in the database so you could simply log out of them if you wanted to? :smiling_face_with_tear:

And also, i know this might be out of context, i tried building a pdf viewer component, but i keep getting into errors. What are some of the dependencies would you suggest to make this possible?

It’s possible, I’ve built this for a client before. You need to use a component to get the device information (device ID) and store it in the database, then use that to control the actions on login depending on how exactly you want it to work. If you want them to log out automatically that’s more complex to do, but it is also possible, just they will log out when they next open the app.

For pdfs, I am not sure if that’s what you’re exactly trying to achieve, but to view a pdf you can simply open it as a link.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.