Skip to content
Advertisement

Tag: authentication

Function name must be a string in laravel authentication login

There was a problem while doing authentication operations on the laravel admin. FatalThrowableError (E_ERROR) Function name must be a string Admin Controlller: AdminLogin Controlller: Routes: Answer The answer might not be relevant to this specific question though, but at least may be able to point someone in the right direction. I had the same problem, but I later found out

Jwt Authentication error Argument 3 passed to LcobucciJWTSignerHmac::doVerify()

I’m working on a project to learn laravel, I saw a couple of tutorials to use jwt auth in this. It was working good but now is show an error not always but I don’t know why. this is it: Argument 3 passed to LcobucciJWTSignerHmac::doVerify() must be an instance of LcobucciJWTSignerKey, null given, called in C:xampphtdocsinmobiliariavendorlcobuccijwtsrcSignerBaseSigner.php on line 42 Sometimes

Advertisement