Ly
Ly
@einorler Could this possibly be merged already?
What I noticed is that if you ctrl+hover over a class declaration like MyClass::class, for example in Doctrine's targetEntity argument, it will correctly link it to the MyClass class, but...
For someone who finds this issue and still needs this functionality, you can get around the limitation by writing a new CompilerPass, getting the AuthorizationServer definition and calling `setArgument('$responseType', new...
All this needs is an additional configuration parameter in the bundle itself which allows the following values: null | instanceof ResponseTypeInterface (the last param in AuthorizationServer, I'm not exactly sure...
Yes, all it does is make all my models disappear. Since the symfony serializer is much better in 5.x and even in 4.4 which we're still using it's perfectly fine,...
We do have JMS installed, but don't actually use it (leftovers), instead we use the Symfony groups. What I wanted to be able to do is to pass an entity...
We have our own oauth2 server which uses the jwt tokens for access. Sometimes we need to decode it to check for a few things, including ids. This is only...
I don't think it can always be assumed that a theoretically encrypted token could be decrypted without the use of a service with some configuration
Oh, sorry, I misread. Yeah I suppose that would also work.
Yes, that seems rather weird as well. I'd suggest just returning UnencryptedToken in both instances.