auth0-ionic2-samples
auth0-ionic2-samples copied to clipboard
expires_at not equal with id_token.exp
From this sample you have an expires_at variable, and that has not the same value with the exp property from id_token jwt. This causes problems for me because the user is still logged in, but i cant do request to the api beacuse the id_token is not valid anymore.
Is it me that has misunderstood something or is this an issue?