You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 passed to Symfony\Component\Security\Core\User\UserChecker::checkPreAuth() must be an instance of Symfony\Component\Security\Core\User\UserInterface, string give
#629
Hi, i'm on symfony 4.3.3 application and i'm using FosoauthServerBundle with Fosuserbundle.
When i'm try to challenge my api on localhost i get this error message : Argument 1 passed to Symfony\\Component\\Security\\Core\\User\\UserChecker::checkPreAuth() must be an instance of Symfony\\Component\\Security\\Core\\User\\UserInterface, string given, called in /var/www/seris-api-extranet/vendor/friendsofsymfony/oauth-server-bundle/Security/Authentication/Provider/OAuthProvider.php on line 76"
into my dev.log file, i have : Argument 1 passed to Symfony\Component\Security\Core\User\UserChecker::checkPreAuth() must be an instance of Symfony\Component\Security\Core\User\UserInterface, string give && User Deprecated: Calling the "FOS\OAuthServerBundle\Security\Firewall\OAuthListener::handle() .....
please help
The text was updated successfully, but these errors were encountered:
Hi, i'm on symfony 4.3.3 application and i'm using FosoauthServerBundle with Fosuserbundle.
When i'm try to challenge my api on localhost i get this error message :
Argument 1 passed to Symfony\\Component\\Security\\Core\\User\\UserChecker::checkPreAuth() must be an instance of Symfony\\Component\\Security\\Core\\User\\UserInterface, string given, called in /var/www/seris-api-extranet/vendor/friendsofsymfony/oauth-server-bundle/Security/Authentication/Provider/OAuthProvider.php on line 76"
into my dev.log file, i have :
Argument 1 passed to Symfony\Component\Security\Core\User\UserChecker::checkPreAuth() must be an instance of Symfony\Component\Security\Core\User\UserInterface, string give && User Deprecated: Calling the "FOS\OAuthServerBundle\Security\Firewall\OAuthListener::handle() .....
please help
The text was updated successfully, but these errors were encountered: