|
|
|
|
|
by klodolph
980 days ago
|
|
You can trade for complexity—you can use revocation lists if you want to revoke JWTs. The revocation list of unexpired but revoked JWTs will generally be much shorter than the list of valid JWTs. You can push these lists to your front-ends, if that’s where you authenticate requests. Far from trivial to implement, but it gives you some amount of performance and security at the same time. |
|