Francesco Malatesta

Results 5 comments of Francesco Malatesta

There are some tests here you can use as hints: https://github.com/francescomalatesta/laravel-api-boilerplate-jwt/blob/master/tests/Functional/Api/V1/Controllers/ResetPasswordControllerTest.php Right now functional tests for this feature are working the right way :)

Hi, is there any news about this? May I help somehow? Would love to use it with my next app! :) Thanks for all your work on this package, it's...

Hi @tmilos , thanks for the answer :) I posted here because I am getting this issue only when using this bundle and related provider :) I will keep you...

Sure! Here's what I've done: Test 1 - Working I used a chained provider with the default FOSUserBundle provider as chain first element, and the "in_memory" provider as second. I...