We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
64905fe
// 获取所有参数 app('jwt.token')->getClaims(); // 获取指定参数 app('jwt.token')->getClaim($name); // 获取uid app('jwt.token')->getClaim('jti');