Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 6c7a671

Browse files
committed
Remember windows authenticated users
- Closes #302
1 parent c6bd256 commit 6c7a671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/WindowsAuthenticate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function handle(Request $request, Closure $next)
6262
}
6363

6464
if ($user = $this->retrieveAuthenticatedUser($key, $username)) {
65-
$this->auth->login($user);
65+
$this->auth->login($user, $remember = true);
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)