Friday, March 31, 2017

Faking logins with Laravel Auth

On our service there's admins and other users. I'm using the basic Laravel Auth package for handling registrations, logins etc.

What would be the best way to implement a feature, where an admin user could "fake login" as a regular user, without knowing the actual user's password?



via Apeli

Advertisement