geoffroyp

Results 13 comments of geoffroyp

well from what I understand, it's a piece of code that inform about the war in ukraine if the user timezone is set to a russian one

Are you sure about that? Because I'm struggling at the moment with this: If I call the refresh route with a valid-but-expired JWT token, and a valid and not expired...

Hi, sorry for the late answer. Yes, this method could be useful if I was just passing refresh token as an array key in my response, but unfortunately it's not...

Thank you for your answer. I think I don't really get what the TTL_update is for, then. To answer your question, when both the JWT and refresh token are expired,...

I was about to tell you that it doesn't work because the `refresh_token_expiration` key set in the response when using the `return_expiration: true` keep getting updated, but after checking my...

Concerning IDs, I'm not sure. When you say that my user could subscribe to `https://chat.mysite.com/user/5678/movie/{id}`, does it means that `{id}` is actually a valid value that is interpreted by mercure...

Same here in 6.3, while it's specifically mentionned in the documentation that passing an array of emails is allowed: https://symfony.com/doc/current/logging/monolog_email.html

yes, using an array directly in yaml is indeed working. The problem really is when it comes to using a .env variable as @ahmetcelikezer mentionned