andygrunwald / go-jira

Go client library for Atlassian Jira
https://pkg.go.dev/github.com/andygrunwald/go-jira?tab=doc
MIT License
1.47k stars 469 forks source link

OAuth2.0 #466

Open adiozer3 opened 2 years ago

adiozer3 commented 2 years ago

I'm trying to implement Oauth authentification with our Jira cloud platform. I saw that OAuth1.0 is legacy and it's recommended to use Auth2.0 (https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-oauth-authentication/)

Is this library supports OAuth2.0? and if so, is there a working example?

Thanks

andygrunwald commented 2 years ago

Hey,

I am very sorry that this issue has been open for a long time with no final solution. We work on this project in our spare time, and sometimes, other priorities take over. This is the typical open source dilemma.

However, there is news: We are kicking off v2 of this library 🚀

To provide visibility, we created the Road to v2 Milestone and calling for your feedback in https://github.com/andygrunwald/go-jira/issues/489

The development will take some time; however, I hope you can benefit from the changes. If you seek priority development for your issue + you like to sponsor it, please contact me.

What does this mean for my issue?

We will work on this issue indirectly. This means that during the development phase, we aim to tackle it. Maybe in a different way like it is currently handled. Please understand that this will take a while because we are running this in our spare time.

Final words

Thanks for using this library. If there is anything else you would like to tell us, let us know!