Axel Libori Roch

Results 9 comments of Axel Libori Roch

Hello @marktopper ! Thank you for your comments and sorry for the inconvenience. Now I think it's ok. Kind regards, Axel

Hi @shalvah ! Without success means that the authorization in these specific endpoints cannot pass the middleware. The hook is called because I put some Log in it and I...

Hi again :) I've been trying few things and hre is where I'm now: - If the `$request->headers->set()` method is located inside the `if` block, the header isn't set. -...

Hi! The middleware doesn't receive an empty token, and even the token is generated each time it doesn't cause problems with other middlewares that I have applied. I'm opened to...

Hi @shalvah ! Ok, I'll try to figure out what's happening and, if I find it, I'll update this issue. Thanks for your time!

Hi @shalvah ! Sorry for my delay. I'd tried for a while and I cannot achieved it... Thanks!

Hi @aidan-casey ! This issue can be closed, isn't it? If I'm right the `NullShellExecutor` class is final. Thank you! 😃

> [@adrianbeniel](https://github.com/adrianbeniel) did you find a solution? Im facing the same Hi! How are you defining the routes?

I assume that you have a `v1.php` file and a `tickets.php` file that you require in the `api.php` file, right? Be sure to requuire using `require` instead of `require_once`.