Open nullifiedaccount3 opened 5 years ago
@bhargav3 Sorry I just saw the issue now, how you have set the providers in auth.php
and what about 'guards' :
Are you sure that this is related to masterpass ?
Thanks for your help even though I can't confirm if this issue is resolved as I don't have plans to use this package as of now.
I will be happy to submit an other issue for it later on, if you encountered it again.
I tested this package with the latest version of tymon/jwt-auth and it seems to be ok. on laravel version 5.8, php 7.3
Thank for your work @imanghafoori1 👍
I got the same error message after installed the package to Laravel 8.0 with PHP 7.3. "InvalidArgumentException Auth driver [jwt] for guard [api] is not defined."
" 1 \vendor\laravel\framework\src\Illuminate\Auth\AuthManager.php:68 Illuminate\Auth\AuthManager::resolve("api")
2 \vendor\laravel\framework\src\Illuminate\Auth\AuthManager.php:307 Illuminate\Auth\AuthManager::guard()"
Not working for JWT anymore https://github.com/PHP-Open-Source-Saver/jwt-auth
Auth driver [jwt] for guard [api] is not defined.
@fd6130 Could you please check the dev-master
version to confirm the fix?
I've
tymon/jwt-auth
configured and when I try to installimanghafoori/laravel-masterpass
I get the following error:Is there anyway this can be patched?