|
|
|
|
|
by hunterb123
1357 days ago
|
|
Because you're only storing the invalidated tokens and you're only storing them for the length of the token's lifetime (expire the redis key when the JWT expires) So instead of storing all session tokens indefinitely, you only store invalidated tokens for a short period of time. |
|