Php Laravel Passport-客户端身份验证失败

Php Laravel Passport-客户端身份验证失败,php,laravel,oauth-2.0,laravel-passport,Php,Laravel,Oauth 2.0,Laravel Passport,我已经安装了拉威尔护照 第一次运行以下URL时:http://127.0.0.1:9000/oauth/authorize?client_id=3&redirect_uri=http://127.0.0.1:8000/callback&response_type=code&scope&state=asd1231asd123123 我被重定向到登录路径。我进行登录,登录完成后,我再次尝试打开相同的URLhttp://127.0.0.1:9000/oauth/authorize?client_id=

我已经安装了拉威尔护照

第一次运行以下URL时:
http://127.0.0.1:9000/oauth/authorize?client_id=3&redirect_uri=http://127.0.0.1:8000/callback&response_type=code&scope&state=asd1231asd123123

我被重定向到登录路径。我进行登录,登录完成后,我再次尝试打开相同的URL
http://127.0.0.1:9000/oauth/authorize?client_id=3&redirect_uri=http://127.0.0.1:8000/callback&response_type=code&scope&state=asd1231asd123123

它给了我以下错误:

{"error":"invalid_client","error_description":"Client authentication failed","message":"Client authentication failed"}

为什么会这样?

我不确定Laravel Passport,但通常相同的
状态
值不能重复使用。