kane-cli version
0.8.6
Operating System
Windows (x64)
Installation method
npm
What happened?
User has reached out that they are unable to perform login in KaneCLI using their TestMu credentials.
We have tried and able to login with the same credentials user was using.
We have tried Basic Auth to perform login and faced this issue at user's end:
Credentials not valid. Please use valid credentials.
While using OAuth method, we are facing this:

Additional details
Steps to Reproduce:
1. npm uninstall -g @testmuai/kane-cli 2. npm install -g @testmuai/kane-cli 3. kane-cli --version 4. kane-cli login --username "<user>" --access-key "<key>"
Error output / logs
ecrisostomo@L-8K2BVV3:~$ npm uninstall -g @testmuai/kane-cli
removed 177 packages in 716ms
ecrisostomo@L-8K2BVV3:~$ npm install -g @testmuai/kane-cli
npm warn deprecated glob@10.5.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
added 177 packages in 5s
57 packages are looking for funding
run `npm fund` for details
ecrisostomo@L-8K2BVV3:~$ kane-cli --version
0.8.6
ecrisostomo@L-8K2BVV3:~$ kane-cli login --username "<user>" --access-key "<key>"
Credentials not valid. Please use valid credentials.
ecrisostomo@L-8K2BVV3:~$
kane-cli version
0.8.6
Operating System
Windows (x64)
Installation method
npm
What happened?
User has reached out that they are unable to perform login in KaneCLI using their TestMu credentials.
We have tried and able to login with the same credentials user was using.
We have tried Basic Auth to perform login and faced this issue at user's end:
Credentials not valid. Please use valid credentials.While using OAuth method, we are facing this:

Additional details
Steps to Reproduce:
1. npm uninstall -g @testmuai/kane-cli 2. npm install -g @testmuai/kane-cli 3. kane-cli --version 4. kane-cli login --username "<user>" --access-key "<key>"Error output / logs