Fix #1066 - OAuth Invalid signature error
authorJessica Tallon <tsyesika@tsyesika.se>
Thu, 20 Aug 2015 11:20:48 +0000 (13:20 +0200)
committerJessica Tallon <tsyesika@tsyesika.se>
Thu, 20 Aug 2015 11:20:48 +0000 (13:20 +0200)
commit3b4ad554c7ae17b1b6e431e235e7744e7670be89
treebc513314b1780be70a291d853c848d48ed7830bc
parentde366f735abf84919e0c5c9ef60d419153e76090
Fix #1066 - OAuth Invalid signature error

It seems that the GET params on a URL should be included when
one signs the request. Mediagoblin was just using the base URL
without them. This should fix that.
mediagoblin/decorators.py