Ready to post?
First, try searching for your answer.
Hi,
I want to show a popup before user automatically logout by auth0 when the session is over.
I just want to show the user that you will be logged out and would you like to continue?
I want to extend the session from the popup on the extend button click.
In this, please refer below timing
ID Token Expiration:1200 seconds
Absolute Lifetime:2592000 seconds
Inactivity Lifetime:1296000 seconds
I am using anguler and auth0/auth0-angular": “^2.2.3”
Also, I want to know from this ID Token Expiration, Absolute Lifetime, and Inactivity Lifetime
Which is responsible for the user’s automatic logout?