I understand this recommendation:
Make token expiration (TTL, RTTL) as short as possible.
Though I wonder what qualifies "as short as possible". If a json web token is used as a session, making that session expire after five minutes is going to make a horrible user experience.
Is there a recommended strategy for short expiration with longer sessions?
I understand this recommendation:
Though I wonder what qualifies "as short as possible". If a json web token is used as a session, making that session expire after five minutes is going to make a horrible user experience.
Is there a recommended strategy for short expiration with longer sessions?