maciekstary
maciekstary
Yeah, trikoder could have done better with docs... You should set it in your controller. If you use annotations in symfony it would be something like this: ``` /** *...
Same problem here, @bartholdbos perfectly explained it. I can't understand how the issue went unnoticed since the change is so breaking. As for resolution: Problem with own user provider is...
@rela589n Good point. What I can only say is that in previous implementation authenticator used `League\Bundle\OAuth2ServerBundle\Security\User\NullUser` class and it's `getRoles` method returns empty array, too.