📅  最后修改于: 2022-03-11 14:54:39.201000             🧑  作者: Mango
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