]> gitweb.factorcode.org Git - factor.git/commit
oauth1: Fix oauth header to only include oauth_ params.
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 20 Dec 2021 18:33:07 +0000 (12:33 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 20 Dec 2021 18:33:07 +0000 (12:33 -0600)
commit11f82078dcf2a389b7261f4f2683207128640d57
tree2bbb68da904f043536d6d35dee1983e6072fbc11
parent14c57cb5386da19cb5dae65b2987aaf5bf13617a
oauth1: Fix oauth header to only include oauth_ params.

If the payload is included like before this patch, you can get a 300kb values
in the Auth header. Instead we just need the checksum/oauth params.

Thanks to @gifti258 on github for the fix.

Related to #2487
basis/oauth1/oauth1.factor