We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065bbf3 commit b326bb2Copy full SHA for b326bb2
src/lib/Server/Controller/SessionController.php
@@ -78,10 +78,6 @@ public function createSessionAction(Request $request)
78
79
try {
80
$session = $request->getSession();
81
- if ($session->isStarted() && $this->hasStoredCsrfToken()) {
82
- $this->checkCsrfToken($request);
83
- }
84
-
85
$token = $this->getAuthenticator()->authenticate($request);
86
$csrfToken = $this->getCsrfToken();
87
0 commit comments