Wouter de Jong

Results 289 comments of Wouter de Jong

I think the gist of this issue is https://webauthn-doc.spomky-labs.com/the-webauthn-server/the-easy-way/user-authentication After the main authenticator authenticated the user, this bundle's authentication factor needs to do 3 things (mostly client side): 1. Retrieve...

Adding such event is consistent with e.g. the event dispatched by the Workflow or Console components. That said, we're not very consistent with events in components (e.g. HttpClient and Mailer...

I've submitted a fix for this in https://github.com/elastic/apm-agent-php/pull/423

I can confirm that the bundled `.deb` file is not compatible with Debian 9, whereas building from source on Debian 9 works fine. If I'm correct, the package is build...

Yes, the following Dockerfile allows you to reproduce this issue: ``` FROM debian:9 RUN apt-get update && apt-get install -y apt-transport-https ca-certificates curl \ && curl -fsS https://packages.sury.org/php/apt.gpg | tee...

I think it is safe to close this issue as "won't fix" and indicate the requirement for openssl v4 in the setup documentation. Debian 9/Stretch is oldoldstable and more tools...

Yesterday, Ryan did work on the things proposed in this issue: https://github.com/symfony/recipes/pull/1090 Let's refocus this issue on the technical discussion, thank you :)

I can help with the configuration btw :)

@ElectricMaxxx the RoutingAutoBundle does something similar, take a look at that one. You just need some normalizers.

E.g. `Other\Class: service:method` should be interpreted as a shortcut for `Other\Class: [{ controller: service:method, methods: any }]`.