Skip to content

Commit 378abf4

Browse files
committed
Revert "phpstan fix"
This reverts commit d26af8f.
1 parent d26af8f commit 378abf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/idp/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
\Lcobucci\JWT\Signer\Key\InMemory::plainText($keys['privateKey']
6767
));
6868

69-
$token = $jwtConfig->parser()->parse($_GET['request']);
7069
if (isset($_GET['nonce'])) {
7170
$_SESSION['nonce'] = $_GET['nonce'];
7271
} else if (isset($_GET['request'])) {
72+
$token = $jwtConfig->parser()->parse($_GET['request']);
7373
$_SESSION['nonce'] = $token->claims()->get('nonce');
7474
}
7575

0 commit comments

Comments
 (0)