DEV Community

Ankit Verma
Ankit Verma

Posted on

Logout from all other devices when password change laravel

use Illuminate\Support\Facades\Auth;

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

Call logoutOtherDevices method with password after password changed

Top comments (0)

OSZAR »