Skip to content

v4.3.1

Choose a tag to compare

@SupianIDz SupianIDz released this 02 Jul 21:07

What's Changed

Bug Fixes πŸ›

  • Fix Impersonation Logout on Jetstream: Resolved a critical issue where users were unexpectedly logged out immediately after impersonating another user in Laravel 11/Jetstream environments. The package's SessionStorage now properly updates password_hash_web in the session, preventing Jetstream's AuthenticateSession middleware from invalidating the session due to a password hash mismatch. Fixes #31.
  • Fix UI CORS & Subdirectory Issues: Updated the impersonate widget's frontend configuration to dynamically use url('/') instead of relying strictly on config('app.url'). This prevents CORS errors during local development (e.g., when accessing via 127.0.0.1 while APP_URL is localhost) and ensures the UI routes correctly when the application is hosted in a subdirectory.

Full Changelog: v4.3.0...v4.3.1