1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/npm/npmrc_username_password
Marvin Hagemeister 5389972ba5
fix(npm): match npm bearer token generation (#26544)
Spend some time stepping through the npm client code and noticed that
the bearer token was different from ours. They do some double encoding
and @dsherret helped me in matching the encoding behavior.

Fixes https://github.com/denoland/deno/issues/26033
2024-10-28 12:08:51 +01:00
..
.npmrc fix(npm): match npm bearer token generation (#26544) 2024-10-28 12:08:51 +01:00
__test__.jsonc chore: remove DENO_FUTURE=1 from spec tests (#25329) 2024-08-31 21:25:32 +00:00
install.out fix(npm): ensure scoped package name is encoded in URLs (#26390) 2024-10-18 20:38:57 +02:00
main.js feat(node): support username and _password in .npmrc file (#24793) 2024-08-14 18:53:15 +02:00
main.out feat(node): support username and _password in .npmrc file (#24793) 2024-08-14 18:53:15 +02:00
package.json feat(node): support username and _password in .npmrc file (#24793) 2024-08-14 18:53:15 +02:00