Barthold Bos

Results 12 comments of Barthold Bos

Same issue with: - Symfony 6.0 - jwt-authentication-bundle 2.16.0 - PHP 8.0 - Preload

Are you using client-credentials for authentication? I've had a similar issue due to changes that have been made in oauth2-server. Before oauth2-server version 9.0.0 the subject field in the JWT...

> How does it work if the handler result type is "never"? > > I think It's better to use a message to transfer result. Possible to use a setter...

@kbond Could you take a look at this maybe?

Thanks for the reply. I have also changed the `ServiceCallMessageHandler` to return it's result. This way the `PostRunEvent` result would also be available for `AsPeriodicTask` and `AsCronTask`. Also when using...

@alli83 or @kbond could you review this maybe?

@kbond I have rebased the branch on 7.3

@kbond Sure, I have updated the test to use the event object instead of the booleans. It can now assert on properties that are in the event, is this what...

Thanks for the review @kbond! I think it's ready on my side, is another review required or is it ready for merging by you/somebody else?

@fabpot Could you maybe take a look at this?