Clever ways to allow certain users login to the webApp

Hi

We’ve decided to add a WebApp in addition to our native app and they share the same database.

I’m trying to come up with a way of only allowing certain users the ability to login to the WebApp but i’m struggling

Any boolean flags will apply to both so they won’t work.

Is there a way to pickup which device the user is using?

Thanks!

If you are creating a separate WebApp, you can just use a toggle (Access to WebApp). Then have the login check if it is marked as true when logging them in.

On the native app, don’t have it check.

2 Likes

Thanks, i had a feeling i was maybe making this a little more complicated than I was doing!

1 Like

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