We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f0d18 commit 29651eaCopy full SHA for 29651ea
1 file changed
src/Utils/DPop.php
@@ -189,7 +189,6 @@ private function validateDpop($dpop, $request) {
189
190
private function getSubjectFromJwt($jwt) {
191
$jwtConfig = $configuration = Configuration::forUnsecuredSigner();
192
- $jwt = $jwtConfig->parser()->parse($jwt);
193
try {
194
$jwt = $jwtConfig->parser()->parse($jwt);
195
} catch(\Exception $e) {
0 commit comments