|
|
|
|
|
by beckler
3074 days ago
|
|
You can't prematurely expire or invalidate JWT tokens once created, unless you keep a database of tokens, and at that point you should just use sessions because that's basically what it is at that point: A session token with additonal data. |
|