Skip to content

Instantly share code, notes, and snippets.

@gpDA
Created September 10, 2019 17:14
Show Gist options
  • Save gpDA/5b36e178608e1163fbe51c02568822df to your computer and use it in GitHub Desktop.
Save gpDA/5b36e178608e1163fbe51c02568822df to your computer and use it in GitHub Desktop.
<IdleTimer
onIdle={this.onIdle}
timeout={1000 * 60 * 30}
/>
onIdle = () => {
alert("You have been idle for 30 minutes and have been logged out.");
this.signOut();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment