diff --git a/README.md b/README.md index 5b64e1e..3073164 100644 --- a/README.md +++ b/README.md @@ -454,6 +454,15 @@ $auth->logOut(); // or +try { + $auth->logOutEverywhereElse(); +} +catch (\Delight\Auth\NotLoggedInException $e) { + // not logged in +} + +// or + try { $auth->logOutEverywhere(); }