Auth guard driver [api] is not defined?
问题 I use this library jwt-auth-guard in Laravel 5.3. When I try open page I get error: InvalidArgumentException in AuthManager.php line 99: Auth guard driver [api] is not defined. How can I fix it? I made everything that was need 回答1: I'm not sure, please check you guard driver setup into config/auth.php first. You can cross check this from GIT repo. Let me know if any concern from above. 回答2: If you are using tymondesigns/jwt-auth package first check that you are downloading the latest version