1 Commits
1.0.6 ... 1.0.7

Author SHA1 Message Date
Eher
935c1f7709 Fix encoded signature in OAuthServer::check_signature 2012-12-13 21:48:10 -02:00

View File

@@ -175,7 +175,7 @@ private function check_signature($request, $consumer, $token) {
$request,
$consumer,
$token,
$signature
Util::urldecode_rfc3986($signature)
);
if (!$valid_sig) {