Feature: Logout Actions
Description: Ability to attach actions that are triggered during the logout process the same way that you can do it for login.
Use-case: Implementing JWT immediate invalidation when a user logs out by including logout date/time in JWT claims and checking it against the last logout that was tracked by the system. More details here.