foxythemes / jira-cli

A jira user friendly command line client
https://jiracli.com
MIT License
204 stars 41 forks source link

Basic auth fails #35

Closed snowe2010 closed 5 years ago

snowe2010 commented 5 years ago

Like #23 my login is failing, but unlike #23 a reset of the password doesn't work.

Currently I am encountering the same issue, where all attempts at logging in with basic auth is failing over curl. I've tried resetting my password, using curl, but it appears that basic auth fails with my org. Is there any way you could add support for api keys? I think that might fix the issue.

miguelmich commented 5 years ago

Sure, you can use API token as password, we need to update the docs: https://confluence.atlassian.com/cloud/api-tokens-938839638.html

snowe2010 commented 5 years ago

Fantastic! Thank you! (I did not see that in the atlassian docs the first time I looked sorry about that).