Added logging
This commit is contained in:
parent
ce4413cbda
commit
1d5444fa20
@ -105,6 +105,7 @@ var oAuth = function(){
|
||||
},
|
||||
function checkSignature(err, data){
|
||||
if (err) throw err;
|
||||
console.log(data + " should equal the provided signature: " + signature);
|
||||
callback(err, (signature === data && !_.isUndefined(data)) ? ohash.user_id : null);
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user