You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a user logs out, their JWT token remains valid until expiration. This poses a security risk as the token could potentially be reused. We need to implement token invalidation during the logout process.
Please describe your situation in few words here.
Steps followed and expected result
Describe the steps followed by you and your expected results after following the steps.