Logging impersonation data
Two Laravel packages I use often are packages to impersonate a user and packages to log activity (including model changes). Both are useful, but there’s typically one piece missing. Activity log packages will log *who* initiated a change, but not who the person may have been impersonated by. If I log in as me, then…