Basic auth with password to be deprecated on Jira Cloud - start using API tokens
mansilladev opened this issue · 4 comments
mansilladev commented
As of March 15, 2018, in accordance to the Atlassian REST API Policy, Jira cloud support for passwords in HTTP basic auth requests will no longer be supported on or after September 15, 2018.
Instead of passwords, you should start using API tokens.
dwillitzer commented
@devondragon @mansilladev testing with the api_token, and Jira Cloud it appears to work currently. Tested on macOS 10.13.3.
devondragon commented
@DJDesign - Do you just set the API token as the password in the jiraomnifocus configs here? Or some other approach? Thanks
dwillitzer commented
Simply, generated the token, and swapped the account_password with the new api_token.
… On Mar 18, 2018, at 12:01 PM, Devon Hillard ***@***.***> wrote:
@DJDesign <https://github.com/djdesign> - Do you just set the API token as the password in the jiraomnifocus configs here? Or some other approach? Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#47 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGY1LhLB9O8EDWvFYcTRScL5DKldXpr_ks5tfoTzgaJpZM4Sd7qX>.
devondragon commented
Thanks! I have updated the documentation to reflect this!