I have an api with jwt that gives me a token
of authorization to be able to navigate in the application that consumes the api, this token
has an expiration date and it is here my question. How can I handle this from my client application, to validate at what time token expiro?
and be able to logout the user.