bobcarroll / jira-client

A simple JIRA REST client for Java
Other
473 stars 379 forks source link

Add support for OAuth #79

Open beders opened 9 years ago

beders commented 9 years ago

In order to make calls to JIRA on behalf of users, support for using an OAuth access token would be great.

There's sample code for the actual OAuth dance: https://developer.atlassian.com/jiradev/api-reference/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-oauth-authentication

hmdsd7316 commented 4 years ago

https://confluence.atlassian.com/cloud/deprecation-of-basic-authentication-with-passwords-for-jira-and-confluence-apis-972355348.html

Deprecation of basic authentication with passwords for Jira and Confluence APIs

Does this repo supports OAuth. any plan implement it.