Subject of the issue
Auth guard [tymon.jwt] is not defined.
I got this error after upgrading to L9 and changing from tymon/jwt-auth, any idea why this is happening?
When I rollback to old package and previous version everything is working.
I can fix the problem by adding this to the auth.php config file, but this is not what I want.
'tymon' => [ 'jwt' => [ 'driver' => 'jwt', 'provider' => 'users', ] ]
Your environment:
| Q |
A |
| Bug? |
yes |
| New Feature? |
no |
| Framework |
Laravel |
| Framework version |
9.0.1 |
| Package version |
1.4.y1 |
| PHP version |
8.1.2 |
Subject of the issue
Auth guard [tymon.jwt] is not defined.
I got this error after upgrading to L9 and changing from tymon/jwt-auth, any idea why this is happening?
When I rollback to old package and previous version everything is working.
I can fix the problem by adding this to the auth.php config file, but this is not what I want.
'tymon' => [ 'jwt' => [ 'driver' => 'jwt', 'provider' => 'users', ] ]Your environment: