quotes in registry token breaks auth #179
Replies: 1 comment
|
Fixed in v1.2.1 via #182 — Written with Claude. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi! Exciting project!
It seems that quotes around the token causes auth to fail.
result
Removing the quotes fixes the issue.
I verified with quotes it works in
npm@v10,yarn@v1, andpnpm@v10, however it does fail inbunwith quotes, but with a nicer error:All reactions