|
|
|
|
|
by danappelxx
1112 days ago
|
|
Interesting. You already don’t have to worry about revoking JWTs if they’re sufficiently short lived. This gives you the exact level of protection as a short-lived mTLS cert, because if that gets stolen the attacker can continue to establish connections until it expires, unless as you say you revoke the certificate. So clearly I am missing something. |
|
With JWT (assuming it's not bound) you can steal JWT token and re-use it until it expires.