imanghafoori1 / laravel-MasterPass

Helps you securely setup a master password and login into user accounts with it.
MIT License
364 stars 29 forks source link

Unable to Login #38

Closed salmanrajz closed 3 years ago

salmanrajz commented 3 years ago

Sorry for raising issue? but it's not working after installing on Laravel 8 JetStream, Please help

anhofmann commented 3 years ago

I have the same problem.

imanghafoori1 commented 3 years ago

hhhmmm... I have never used jetstream, but I can guess the problem.

salmanrajz commented 3 years ago

so no solution yet?

imanghafoori1 commented 3 years ago

try to add the maspter pass as the very last service provider in app.php to see what happens

imanghafoori1 commented 3 years ago

The main problem is within the fortify package and there is nothing I can do from here. I fixed it there. so I am closing the issue here.

https://github.com/laravel/fortify/pull/248

If the PR is accepted you can enjoy the fix by upgrading your fortify package in your projects.