Skip to content

Commit b0b92f6

Browse files
committed
Ensure the signature also doesn't take the token secret into account
1 parent fba333f commit b0b92f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/RequestSigning/RequestSigner.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ public function withoutAccessToken()
7676
$clone->accessToken = null;
7777
$clone->tokenSecret = null;
7878

79+
$clone->signature = $clone->signature
80+
->withoutTokenSecret();
81+
7982
return $clone;
8083
}
8184

0 commit comments

Comments
 (0)