Laravel Passport invalid_credentials on register
问题 I have a problem with Passport. I have the messages: "error": "invalid_credentials", "message": "The user credentials were incorrect." When I try the register or the login. Yet the user is still stored in database. Here are my codes: AuthServiceProvider : <?php namespace App\Providers; use Laravel\Passport\Passport; use Illuminate\Support\Facades\Gate; use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider; use Carbon\Carbon; class AuthServiceProvider extends