Skip to content

Commit d76c7f9

Browse files
committed
Fix #56: Add note about OAuth auth to README
1 parent 3084141 commit d76c7f9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ func main() {
101101
}
102102
```
103103

104-
105104
#### Authenticate with session cookie
106105

107106
Here is an example with a session cookie authentification.
@@ -135,6 +134,12 @@ func main() {
135134
}
136135
```
137136

137+
#### Authenticate with OAuth
138+
139+
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).
140+
141+
For more details have a look at the issue https://github.com/andygrunwald/go-jira/issues/56.
142+
138143
### Create an issue
139144

140145
Example how to create an issue.

0 commit comments

Comments
 (0)