This line
|
check(h1_username, h1_token); |
performs some checks on the value of the HackerOne token that are incorrect (the token contains symbols).
Updating ncu now results in
token is misformatted: when it was previously working
The bug was introduced in
#1004
removing that line fixes the problem.
cc
@aduh95
This line
node-core-utils/lib/auth.js
Line 110 in 219ead4
performs some checks on the value of the HackerOne token that are incorrect (the token contains symbols).
Updating ncu now results in
token is misformatted:when it was previously workingThe bug was introduced in #1004
removing that line fixes the problem.
cc @aduh95