Php versions – Laravel 10 Passport returns a token object, but not a token
I'm trying to do OAuth2 authorization on Laravel 10 using the API. Registration and authorization works, but I can't get a token either during registration or authorization. It would be correct to say that I am not receiving the token…