laravel / passport

Laravel Passport provides OAuth2 server support to Laravel.

Home Page:https://laravel.com/docs/passport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Got time out when call POST: /oauth/token

ThunderBirdsX3 opened this issue · comments

  • Passport Version: 11.8.2
  • Laravel Version: 9.52.4
  • PHP Version: 8.2.3
  • Database Driver & Version: postgresql 15

Description:

Got time out when call POST: /oauth/token. And it still create access_token in database after return timeout, But response timeout.

Although I set timeout in Http for 3 seconds it still got timeout, And access_token still appear in database

Screen Shot 2566-02-25 at 20 21 56

Steps To Reproduce:

Run your server with php artisan serve. You will get this error.

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.