dapplo / Dapplo.Jira

This is a simple REST based JIRA client, written for Greenshot, by using Dapplo.HttpExtension
MIT License
34 stars 14 forks source link

Added bearer authentication. #75

Closed db2222 closed 1 year ago

db2222 commented 1 year ago

See https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html - Using PATs. This is an alternative to basic auth.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

db2222 commented 1 year ago

@Lakritzator Are there more steps needed by me? The Azure pipeline is hanging since 5 days. Can this be ignored or can you fix this at it seems like a general issue? Thank you in advance.

Lakritzator commented 1 year ago

Hi, sorry for the delay, I can only spend a few hours each month on this. No you do not need to do anything, the pipeline cannot finish for a Pull-request as I do not want a PR to screw up my JIRA.

Lakritzator commented 1 year ago

I do see one potential issue, when people supply bearer AND username/password the result might not be satisfying, but this is not very important right now.