Auth token now nulled on logout
Signed-off-by: Joel Marcotte <skaner@gmail.com>
This commit is contained in:
@@ -127,6 +127,8 @@ abstract class Driver {
|
||||
$this->cookie($this->recaller(), null, -2000);
|
||||
|
||||
Session::forget($this->token());
|
||||
|
||||
$this->token = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user