📜  被阻止的令牌与过期的令牌 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:39.201000             🧑  作者: Mango

代码示例1
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