fix(auth-oauth1): use the signing key as the PLAINTEXT signature (#605)

This commit is contained in:
Ngo Quoc Viet
2026-08-24 21:13:57 -07:00
committed by GitHub
parent aa76d501f0
commit 9a7bcf73bb
3 changed files with 48 additions and 2 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
},
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev"
"dev": "yaakcli dev",
"test": "vp test --run tests"
},
"dependencies": {
"oauth-1.0a": "^2.2.6"