Logout from all other devices when password change laravel
Ankit Verma

Ankit Verma @ankitvermaonline

About: Full Stack Developer 7+ years of experience in Web development, specializing in PHP frameworks.

Location:
Lucknow
Joined:
Sep 18, 2023

Logout from all other devices when password change laravel

Publish Date: May 27
1 0
use Illuminate\Support\Facades\Auth;

Auth::logoutOtherDevices($password);
Enter fullscreen mode Exit fullscreen mode

Call logoutOtherDevices method with password after password changed

Comments 0 total

    Add comment