Florent Morselli

Results 314 comments of Florent Morselli

Hi 👋🏼, Just remove the extra `=` at the end of the [secret string](https://github.com/magento/magento2/blob/2.4-develop/dev/tests/integration/testsuite/Magento/JwtFrameworkAdapter/Model/JwsManagerTest.php#L24). Let me know if the exception is still there after the modification. Note that this error...

Hi @stof, Many thanks for the first comments. I pushed the last modifications and it is now working on my platform. During the coming days, I will improve the way...

Hello, I have two questions 1. When I run `symfony console doctrine:fixtures:load`, the following exception is thrown: > purging database > loading App\DataFixtures\UserFixtures > loading App\DataFixtures\PackageFixtures 0/100 [>---------------------------] 0% (<...

I agree with this idea. It would be very nive to spot unmaintained or outdated libraries 👍🏽.

Hi, Many thanks for this PR. This is a nice feature. Let me see how to manage the changes regarding the BC break. I could take the opportunity to drop...

Hi, I cannot reproduce. See https://phpsandbox.io/e/x/qhdca with the same calls.

Hi, Many thanks for the suggestion. However, I do not see any benefits between the existing creation method `TOTP::createFromSecret(random_bytes(16));` and `TOTP::generate(16);` except the line size (not so long to me).

Hello @ptmkenny, @Jorgu5 and al, I am really sorry for the inconvenience. The serializer or the ceremony steps should be optional in 4.x, but it is not the case and...

Hi, First of all, I would like to better explain the changes compared to version 4.7 and explain the reasons for the choices of version 4.8. The main problem I...