How can I force the users to sign in every time they use the App?

rommel
New Member

Iโ€™m working on an application for a client in the medical industry, and due to data security regulations they need to be logged out each time they close the application. Is there a way to force users to sign in each time they open the app (through the browser or through mobile)?

Thanks!

0 3 243
3 REPLIES 3

Currently, this is NOT possible.

Certainly not easily, but Iโ€™m thinking that you could force your users to use a new browser session every time.

You can utilize CONTEXT(โ€œHostโ€) to block all views and data from โ€œMobileโ€.

Then you can present a simple form (can just be a โ€œwelcome, please click save to continueโ€ Show column, and some hidden columns) as the starting view thatโ€™ll record the time and the UUID with CONTEXT(โ€œDeviceโ€). And then block all views and data for any existing UUID that is 5,10,x number of minutes past the recorded time.

Maybe worth it, maybe not. Just a thought.

I am gonna hope/assume that you have already consulted with Appsheet on the data security regulations regarding the platform as a whole first for this?

Depending on how much control you have, a solution for browser would be something along the lines of a simple bash script that opens the app link in incognito and closes any open incognito windows. This would force a login for browsers.

Top Labels in this Space