Token yang diblokir vs Token kedaluwarsa

An expired token is not a blocked token, it has not been blacklisted.

In the refresh route, the expired token can be used as a parameter to request 
a new authorization token.
  
'refresh_ttl' => env('JWT_REFRESH_TTL', 20160), // you have 20160 minutes to request a new authorization token
Wide-eyed Wolf