Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic auth with password to be deprecated - start using API tokens #280

Closed
mansilladev opened this issue Mar 6, 2018 · 3 comments · Fixed by #306
Closed

Basic auth with password to be deprecated - start using API tokens #280

mansilladev opened this issue Mar 6, 2018 · 3 comments · Fixed by #306

Comments

@mansilladev
Copy link

See: https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-basic-auth-and-cookie-based-auth/

As of March 15, 2018, in accordance to the Atlassian REST API Policy, 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.

@jdanielian
Copy link

jdanielian commented Jul 11, 2018

It seems like there is no code change required to support this. You can just supply the generated API token as the password, and it should still work. Maybe close this issue, so it doesn't appear like the library needs an enhancement to keep working?

@kairos0ne
Copy link

Would be nice if you could update the docs to show that as most people will think you gem is not supported anymore.

@rmf34
Copy link

rmf34 commented Oct 21, 2018

pushed a basic readme update, can go deeper if desired

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants