Skip to content

Commit a2c9ae6

Browse files
committed
Dropped signature method check
1 parent 803e266 commit a2c9ae6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Middleware/Oauth1Middleware.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ private function validateOptions(array $options): bool
7676
return false;
7777
}
7878

79-
if (!($options[self::class][Options::SIGNATURE_METHOD] instanceof SignatureMethodInterface)) {
80-
return false;
81-
}
82-
8379
return true;
8480
}
8581

0 commit comments

Comments
 (0)