Tomas Javaišis

Results 3 comments of Tomas Javaišis

Did you find a solution by any chance? I have the same problem now.

friendsofsymfony/oauth2-php v1.2.3 doesn't resolve this issue. My debugging showed the problem is right here: https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blob/1.6/Security/EntryPoint/OAuthEntryPoint.php#L32 I guess it should be changed to `Symfony\Component\HttpFoundation\Response::HTTP_UNAUTHORIZED` Edit: Actually, `OAuth2::HTTP_UNAUTHORIZED`constant is used in a...