techtalk / JiraRestClient

A simple client for Atlassian JIRA service REST API
Other
65 stars 80 forks source link

Support for alternate authentication methods #22

Closed dgpratt closed 9 years ago

dgpratt commented 9 years ago

Added a constructor to JiraClient to provide alternate methods of authentication through the IAuthenticator interface. This minor change will allow for authenticating against JIRA with e.g. NTLM or OAuth.

dgpratt commented 9 years ago

This appeared to work just fine in the initial prototype, but now...Well it looks like things are more complicated than I at first appreciated. I'm going to close this at least until I figure out what's going on.