Yevhen Sidelnyk
Yevhen Sidelnyk
@kelunik , as far as I remember I could not have managed to get it working correctly when running from phar either because of this same problem of already declared...
It seems that previously `NullUser` (`League\Bundle\OAuth2ServerBundle\Security\User\NullUser`) was used, since `$userIdentifier` (`$psr7Request->getAttribute('oauth_user_id', '')` from `OAuth2Authenticator`) was empty string, - that's because `'sub'` claim of jwt token was never set (at the...
In my opinion, since we already have user identifier, it would be better if league library used some `InMemoryUser` (or even dedicated `Oauth2User`) containing that identifier
@maciekstary, I'm just wondering if it won't create the confusion that `Oauth2Client::getRoles()` method doesn't return any roles, since there are `ROLE_OAUTH2_*` roles created by the library. The point how oauth...
Hi, @greg0ire , could you please check it?
@greg0ire , just a gentle reminder that I'm still waiting
I reopened the PR, because I couldn't get the response
I agree that using Symfony Finder would be better for complex use cases. It's great component and I appreciate it. But for a simple use case like mine, isn't it...
@greg0ire , what can we do to move on?
@greg0ire , just a polite nudge :slightly_smiling_face: can we move onward?