We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update
Update README.md
Update JwtAuth.php
Update composer.json
Merge branch 'next' of https://github.com/friendsofthinkphp/think-jwt … …into next
支持 自定义模型绑定 app('jwt')->token([ 'uid' => $member->id, 'model' => CustomUser::class ]
Update Token.php