"The authorization grant type is not supported by the authorization server.
Опис:
Add to app/Providers/AuthServiceProvider.php
public function boot(): void
{
Passport::enablePasswordGrant();
}
{
Passport::enablePasswordGrant();
}