Hi Everyone.
I am integrating Auth0 into Angular app. I follow this guide Add Login to Your Angular Application - Auth0 Docs and wondering how to implement auto logout after id_token had expired.
For example, if I set id_token expiration time to 24 hr. then user must re-login every 24 hr.