I'm using Laravel 5.2 and tymondesigns/jwt-auth.
Is it possible to blacklist old token if user logged in again without logout? I'm curious about the security of old token.
Any suggestion on how to improve the "always logged in" on mobile device as I am currently use Laravel as the API.
My current configuration is: ttl = 1 hour & refresh_ttl = 2 weeks