laravel jwt invalidate a token on creation of another one code example
Example: logout from all the devices in the jwt api laravel
How to resolved follow bellow:
1. Store token when use logined
2. Invalidate token on next time login
JWTAuth::setToken($user->lastest_token);
JWTAuth::invalidate();