What conditions should trigger an invalidation of JWT Tokens?
I see many articles about how to invalidate JWT tokens but none about when to invalidate them before their expiry.
When a user resets there password being an obvious time.
What are the best practices here?
Continue reading What conditions should trigger an invalidation of JWT Tokens?