-
-
Notifications
You must be signed in to change notification settings - Fork 472
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
Oauth #56
Comments
I've chopped some of my code I've came up with recently and uploaded it as a gist [1]. I have not proof-compiled it, but it ought to work. Just call [1] https://gist.github.com/Lupus/edafe9a7c5c6b13407293d795442fe67 |
@Lupus, awesome ! Thanks a lot ! I'll look at it. |
@andygrunwald may be it makes sense to include this in your repo as a part of API or as an example? It took me quite a while to figure this out, and other folks are also struggling with this. I could make a PR for this if you think it will be useful. |
@Lupus Yeah, why not. Good catch. Would be good if you can create a PR. |
Awesome, sounds good to me. Will do the PR once I have some spare time. |
Thank you. Until this i will leave this issue open. |
@Lupus @AlbinOS I added a link to the gist and to this issue into the readme. Checkout https://github.com/andygrunwald/go-jira#authenticate-with-oauth I hope this works for you :) |
Wow, thanks! Sorry for not looking into this for so long... My jira tool got deprioritized in my todo list along with related items :( |
thanks @Lupus for the gist, it helped me a lot! |
I'm trying to implement Oauth authentification with our jira cloud platform and I see on the README.md that this library support it but I have trouble to wrap my head around this feature.
Does anybody have a working example ?
Thanks a lot !
The text was updated successfully, but these errors were encountered: