REBELinBLUE\Deployer\Listeners\Events\ClearJwt::handle PHP Method

handle() public method

Handle the event.
public handle ( Illuminate\Auth\Events\Logout $event )
$event Illuminate\Auth\Events\Logout
    public function handle(Logout $event)
    {
        Session::forget('jwt');
    }