Balvir Singh

Results 3 issues of Balvir Singh

gesdinet_jwt_refresh_token.yaml Code is - gesdinet_jwt_refresh_token: refresh_token_class: App\Entity\JwtRefreshToken Entity file code is - JwtRefreshToken.php namespace App\Entity; use Doctrine\ORM\Mapping as ORM; use Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken; /** * This class extends Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken to have another...

Hi, In my project we are using this bundle for some file uploading functionality, I dont have much knowledge about this, before it was working fine but I am facing...

symfony 4.4.8 php 7.3 When I run the command - php bin/console OAuth2:CreateScope scope read it gives the following error - There are no commands defined in the "OAuth2" namespace.