Do ID Tokens expire after the creation of a new ID Token for the same user?
Hey @bernardo1!
When it comes to tokens expiration, they do not expire once you create a new one, only when the “exp” claim is expired. The token will remain valid until the unix timestamp in the “exp” claim passes.
Hope that helps!