mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
5389972ba5
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
8 lines
258 B
Text
8 lines
258 B
Text
@denotest:registry=http://localhost:4261/
|
|
//localhost:4261/:username=deno
|
|
# base64 of land
|
|
//localhost:4261/:_password=bGFuZA==
|
|
@denotest2:registry=http://localhost:4262/
|
|
//localhost:4262/:username=deno
|
|
# base64 of land2
|
|
//localhost:4262/:_password=bGFuZDI=
|