You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,6 @@ func main() {
101
101
}
102
102
```
103
103
104
-
105
104
#### Authenticate with session cookie
106
105
107
106
Here is an example with a session cookie authentification.
@@ -135,6 +134,12 @@ func main() {
135
134
}
136
135
```
137
136
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.
0 commit comments