-
-
Notifications
You must be signed in to change notification settings - Fork 876
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
Can't access JIRA due to authentication being deprecated #994
Comments
This package also supports OAuth, Kerberos, and JWT. |
@bahjat1993 can you confirm if its working properly with version 3.0.1 |
attempted to login with It looks like #991 is opened to create a Token based auth type. It'd be great to expedite that so people working on scripts can use API token based basic auth. |
The problem, as I have just experienced it, is that when you try to do token authentication and your credentials are wrong, you also get the same error message about basic auth being deprecated, even though you where trying to use a token. So I think the error message needs to be changed in this case. It is extremely confusing currently. |
I can't access the latest JIRA instances using this library. Every time i try to do so i get an error, "Basic authentication with passwords is deprecated". I've tried substituting my password for my API key but i get the same error.
The whole library won't work with out this fix for latest versions of JIRA :(
The text was updated successfully, but these errors were encountered: