Yvo Menezes

Results 4 comments of Yvo Menezes

I'm currently having this same problem. The user is been asked to re-enter the 2fa code even though the Laravel remeber me option is activated.

> Another workaround may be to decrease correctLevel, e.g.: `correctLevel: QRCode.CorrectLevel.L` It solved the problem for me as well. Thank you!

Hi. The package provides a middleware that you can add to the routes you want to enforce for the 2fa. You have to provide to the package a view to...

That’s true. What you could do is to add a second column that tells whether the user has activated it or not and update the middleware to redirect for a...