Hi! Just installed package on Laravel Framework 11.44.2 with Jetstream. I can successfully impersonate users that have no password but for users with password i get logged out. For routes using
'auth:sanctum',
config('jetstream.auth_session'),
'verified',
would appreciate if someone could help. thanks!