Identify unexpired sessions #4736
jasonLaster
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sessions and especially JWTs headers follow a common pattern that can be identified in many cases. If we can find them, we can check for expiration fields and use it to notify users if they have not expired.
JWT:
Cookie:
To be clear, unexpired sessions are one of many possible vulnerabilities, so the goal is not to say that a replay is safe, but instead provide more information to users before they make a replay public or share it with others.
Beta Was this translation helpful? Give feedback.
All reactions