Package Demo: Laravel Impersonate - Login as Other User

preview_player
Показать описание
Another short demo of a useful package. Laravel Impersonate allows you to log in as another user, impersonating them.
But be extremely careful when using that, cause it may cause security or even legal issues.

- - -

Prepared by: Povilas Korop / LaravelDaily Team

Check out our Laravel adminpanel generator
Рекомендации по теме
Комментарии
Автор

Any new updates on Laravel Impersonate - Login as Other User in 2022?

lakshmanank
Автор

i have follow this, but i got some bug. so, if user is impersonated, and then i click back button on my website, is redirect to view who impersonate. and got error with data because in that moment im in user impersonated. can i set 403 or 404 if I'm in impersonated but i click back button on my website?

dwinuryanto
Автор

Where do you set if a person is an admin? Like, do you have to add a 'role' column to the database table or does it handle it some other way?

CalicoArchives
Автор

Is impersonation possible using API tokens?

michellemagpuyo