Often times, we are presented with a security requirement that confidential information should not become available in case a screen is left unattended.
With that in mind, this asset provides a way of based on a pre-configured time of inactivity, a popup will come up warning the user that s/he will be logged out automatically in a pre-defined number of seconds, unless s/he actively chooses to continue logged in.
No breaking changes.Clearing the event listeners for "user movement" (keydown, keyup, click, mousemove) on the OnDestroy, which prevents the errors raised when the block is no longer present on the page.