-
Notifications
You must be signed in to change notification settings - Fork 330
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
Fix rvl auth bearer token branch #447
Conversation
…here apk-token was, and fix some related tab/space issues
4aaa502
to
b3723c7
Compare
Wow, that is deeper than the original |
Yeah, it turns out most of the places we were comparing to "api-token" we meant any type of token token. One example was that despite having |
One thing that could be taken a step further is that the password store could be made to differentiate between |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have a local JIRA instance to test this against, but the code appears solid and it matches to the documentation at https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html#UsingPersonalAccessTokens-UsingPATs
Merging!
Some fixes to @rvl's branch which adds bearer tokens: #438