mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-06-27 00:21:07 +02:00
Fix #56: Add note about OAuth auth to README
This commit is contained in:
@ -101,7 +101,6 @@ func main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
#### Authenticate with session cookie
|
#### Authenticate with session cookie
|
||||||
|
|
||||||
Here is an example with a session cookie authentification.
|
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
|
### Create an issue
|
||||||
|
|
||||||
Example how to create an issue.
|
Example how to create an issue.
|
||||||
|
Reference in New Issue
Block a user