sebastienheyd / boilerplate

Laravel AdminLTE 3 Boilerplate package with blade components, users, roles and permissions management
MIT License
221 stars 66 forks source link

Impersonate - too many redirects #88

Closed thracefields closed 1 year ago

thracefields commented 1 year ago

Often I receive this error when trying to use the impersonate function. In order to work again I must delete the cookies.

sebastienheyd commented 1 year ago

Certainly linked to this PR : https://github.com/sebastienheyd/boilerplate/pull/77

I don't write this feature, but I will write tests on it now :)

sebastienheyd commented 1 year ago

Can you test the latest version and say if it's ok ?

thracefields commented 1 year ago

Yes, everything is now fine. Thank you!