diff --git a/README.md b/README.md index e976a63..c526e24 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,6 @@ func main() { } ``` - #### Authenticate with session cookie Here is an example with a session cookie authentification. @@ -135,6 +134,12 @@ func main() { } ``` +#### Authenticate with OAuth + +If you want to connect via OAuth to your JIRA Cloud instance checkout the [example of using OAuth authentication with JIRA in Go](https://gist.github.com/Lupus/edafe9a7c5c6b13407293d795442fe67) by [@Lupus](https://github.com/Lupus). + +For more details have a look at the issue https://github.com/andygrunwald/go-jira/issues/56. + ### Create an issue Example how to create an issue.