|
|
|
|
|
by geezerjay
2730 days ago
|
|
> You can still revoke JWTs if you give them an ID and keep a revoke list somewhere. You don't need the ID. You can simply store the token's signature. In fact, some implementations store the whole JWT to avoid roundtrips to the auth service, and revoking the token is just a matter of flipping an attribute in the database. |
|
The token expiry determines the baseline accuracy of banning across all services.