Laravel Passport请求令牌不响应

时间:2019-01-03 09:50:47

标签: laravel laravel-passport

enter image description here我使用“请求令牌”来请求护照令牌,但它在邮递员中没有响应。

这是我的源代码 $ http =新客户;

    $response = $http->post('http://localhost:8000/oauth/token', [
        'form_params' => [
            'grant_type' => 'password',
            'client_id' => '3',
            'client_secret' => 'AMZucpstZeT1RvZwBl96FNIqzDToOy32yFQglzfy',
            'username' => 'dtowne@example.org',
            'password' => 'secret',
            'scope' => '',
        ],
    ]);

如果我将http://localhost:8000更改为your-app.com数据响应为空

0 个答案:

没有答案