Vui

Results 103 comments of Vui

> Did you ever got it working? > > I'm experiencing the same issue. I followed this example ([Using Events::JWT_CREATED](https://github.com/lexik/LexikJWTAuthenticationBundle/blob/2.x/Resources/doc/2-data-customization.md#adding-custom-data-or-headers-to-the-jwt)) and added a dump() inside the event listener and I...

@jeroen-hoekstra @yunmoxue Sorry for the late reply. The `JWT_AUTHENTICATED` event will work only when you call an api with `Bearer ` header. And the `JWT_CREATED` event will trigger only when...

> Hi guys, > > I´m following the examples defined on the guide, I have added some info to the payload on JWTCreatedEvent correctly. But, when I´m trying to get...

I see they have Formatter helper method in "/src/MoneyBundle/Formatter", so that's why they save it in integer.

When i try to update my row foreign key uuid then it told me `#1406 - Data too long for column 'xxxxxx' at row 1`. And also (similar to #16995)...

I think it is better to have a dev server so you could load your assets from there instead, as a workaround.

I thought we shouldn't commit any secrets in `.env` ? If that the case we have to manual copy paste our `.env.local.php` each time we deploy and not relying on...

Nice one, love this PR. Going to merge it to my fork.

> Hello, I am using easy-deploy-bundle in my project, and recently I added file upload to my website. So I store files under current/public/uploads directory. But when I deploy a...