安装 composer require shopwwi/webman-auth 使用方法 生成JWT密钥 use Shopwwi\WebmanAuth\Facade\Auth; //在任意控制器里调用一次即可 比较懒没写命令 请原谅 Auth::jwtKey(); 加密密码 use Shopwwi\WebmanAuth\Facade\Auth; //不可逆转 只能用password_verify来判断正...