Carl Parent

Results 13 comments of Carl Parent

I'm having the exact same issue. It looks like this is probably related (or possibly identical) to #6. I haven't been able to find a solution yet, unfortunately.

I realize I'm coming to this a bit late but I thought it made sense to comment here instead of opening a new issue. I develop on a Windows system...

Unfortunately, I ended up giving up on this bundle for the time being. I installed Linux through the Windows Subsystem and a completely new set of problems emerged that are...

I realize this is several months after the fact, but I recently wanted to make this particular change and found this discussion. Here's a fully working solution. ```php

Yes, I'm injecting the path as a service parameter so I can configure the path once and not hard code it in the decorator. You'll have to explicitly define the...

I recently started working with this bundle and trying to get this particular feature to work as described led me here. Unless I'm missing something obvious, I can confirm that...

I was finally able to get back to this today. After doing some additional debugging, the same problem exists in `AccessTokenLoader`: https://github.com/lexik/LexikJWTAuthenticationBundle/blob/b20c4ae7fdfe1d7422c7099a141cc9eb64627310/Services/WebToken/AccessTokenLoader.php#L48-L52 Likewise, the service arguments are set here: https://github.com/lexik/LexikJWTAuthenticationBundle/blob/b20c4ae7fdfe1d7422c7099a141cc9eb64627310/DependencyInjection/LexikJWTAuthenticationExtension.php#L236-L244...

You're welcome! I've created a pull request that addresses the root cause. Setting default values for the problematic arguments in the service configurations and changing the logic to look for...

Are there any updates on this? Is there anything you'd like changed/reworked in the pull request I created? I'm using the workaround I described above in projects that use this...

A review for this PR would definitely be greatly appreciated. In the original issue I opened, I posted a follow-up comment with a workaround that involves adding a compiler pass...