Viewing clouddb information for certain people

Dear developers,
I have created a learning app that needs to create an account to sign in , in order to use the app , I stored the accounts and their learning progress. But I only want certain gorups of people to view these information, is it possible to do that? How?

What you do depends how you structured your CloudDB Tags and if you understand Programming Your App to Make Decisions.

If a person is a member of a group; allow access to a certain tag; if not deny it depending on whether the individual is in the white list .

I made a similar app. I used TinyDB.

SignIn.aia (3.6 KB)

Related to lists and dictionaries.