I’m building a client portal and need clarification on user authentication for clients. If I set up a “Clients” collection, does Adalo recognize that collection as “users” of the app? Or do clients need to be in the “Users” collection to log in and have permissions set for their experience?
Would it work if I added a true/false property in the “Users” collection and created a relationship between the “Users” and “Clients” collections? Would this approach allow for proper authentication and permissions for clients?
Any advice or suggestions would be greatly appreciated. Thanks!