404labfr / laravel-impersonate

Laravel Impersonate is a plugin that allows you to authenticate as your users.
https://marceau.casals.fr
1.95k stars 203 forks source link

Fix issue #162 #163

Open Arne1303 opened 1 year ago

Arne1303 commented 1 year ago

Fixed the issue mentioned here, impersonation didn't work if the password hash was present in the session.

Arne1303 commented 1 year ago

I'll try to update it in a way which does not result in complete scrubbing of the password hashes

Arne1303 commented 1 year ago

Done, ready for review!

juanmoscoso-ch commented 1 year ago

Can this be merge?

Arne1303 commented 1 year ago

@MarceauKa Any change for this to get merged?

OrangeJuiced commented 1 year ago

@MarceauKa Could this be merged? That would resolve the issue of getting logged out when using the auth.session middleware :)

adamdew commented 11 months ago

Adding a bump here to see if we can't get this merged.

MarceauKa commented 10 months ago

I'll check that

OrangeJuiced commented 10 months ago

@MarceauKa sorry to bother you again. Could you take a look at this pr?