I would like to have a dashboard that limits access.
I require a site login, then they access the dashboard. However, if I revoke their access, they could still grab the cache version of the dashboard and continue to use that.
I figured out how to just use =now() to set a restriction at a later date. But, a user can change their PC time, and still continue to use it.
Is there a template/example/demo that checks a SQL DB or something to verify if a user should be using the dashboard? Essentially, I could require a user to enter a value within the dashboard, it would then connect to the web database, and grant access?
Thanks