Skip to content

Commit

Permalink
Fix encoded signature in OAuthServer::check_signature
Browse files Browse the repository at this point in the history
  • Loading branch information
EHER committed Dec 13, 2012
1 parent 79300e5 commit 935c1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eher/OAuth/OAuthServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private function check_signature($request, $consumer, $token) {
$request,
$consumer,
$token,
$signature
Util::urldecode_rfc3986($signature)
);

if (!$valid_sig) {
Expand Down

0 comments on commit 935c1f7

Please sign in to comment.