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

Auth/RequestGuard::isLoggedInByMasterPass does not exist #28

Closed rmundel closed 3 years ago

rmundel commented 4 years ago

Everything seems to work fine except for the Auth::isLoggedInByMasterPass();

"message": "Method Illuminate\Auth\RequestGuard::isLoggedInByMasterPass does not exist.", "exception": "BadMethodCallException"

I'm on Laravel 6.18.3 using passport.

imanghafoori1 commented 4 years ago

hhhmmm, is this issue still an issue?

rmundel commented 4 years ago

Yes

imanghafoori1 commented 4 years ago

Sorry, for being late. Are you calling it in a Service Provider? or it is in a blade file or something?

imanghafoori1 commented 3 years ago

close due to inactivity.