5 ms·
This also means an attacker can be running around with a compromised token for up to a half hour before they're stopped.
by ryeguy 4y ago
This also means an attacker can be running around with a compromised token for up to a half hour before they're stopped.
- 9dev 4y agoIf that is unacceptable for the business case, it's probably clear JWTs for sessions are unfit for the particular task?
- frankthedog 4y agoIs it acceptable for any business to allow accounts to be compromised for a half hour?
- 9dev 4y agoI'd actually argue that yes, that is acceptable for more businesses than you might think. We're talking about a session staying usable after logging out for 30 minutes in the worst case. For this to be exploitable, you'll have to jump several other hoops, like accessing localStorage of another application, for example.