n0v1c3 / vira

Create and update your Jira issues while inside Vim!
MIT License
94 stars 12 forks source link

Basic authentication with passwords is deprecated #36

Closed n0v1c3 closed 4 years ago

n0v1c3 commented 4 years ago

It has been reported that some have been receiving the below error when attempting to login to an Atlassian Cloud server.

Basic authentication with passwords is deprecated

Currently the common solution is to go to https://id.atlassian.com/manage-profile/security/api-tokens and generate a key that can then be used directly as the password. This was modified by Atlassian for security.

This issue will remain open until an automated method or fall to readme update is complete.

n0v1c3 commented 4 years ago

README has been updated on the master branch.

I do have this issue on my private Jira however, I will leave it open as a lower priority to automate this process.

n0v1c3 commented 4 years ago

README appears to be the official answer. I will add a future goal to combine the add account and update account along with a built in method to set the correct password or password_cmd for an exiting account along with adding a new account built in.

I will leave this open until I update the README for Beta and Password Goals on the master branch.