Skip to content

Commit 58a9305

Browse files
authored
Merge pull request #581 from andygrunwald/issue-578
Fix #578: Remove `CookieAuthTransport` and `AuthenticationService`
2 parents 32a57fd + e339202 commit 58a9305

File tree

7 files changed

+1
-876
lines changed

7 files changed

+1
-876
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ client, err := jira.NewClient("https://...", tp.Client())
395395
* Cloud/Authentication: Removed `BearerAuthTransport`, because it was a (kind of) duplicate of `BasicAuthTransport`
396396
* Cloud/Authentication: Removed `PATAuthTransport`, because it was a (kind of) duplicate of `BasicAuthTransport`
397397
* Cloud/Authentication: `BasicAuthTransport.Password` was renamed to `BasicAuthTransport.APIToken`
398+
* Cloud/Authentication: Removes `CookieAuthTransport` and `AuthenticationService`, because this type of auth is not supported by the Jira cloud offering
398399

399400
### Features
400401

cloud/auth_transport_cookie.go

Lines changed: 0 additions & 107 deletions
This file was deleted.

cloud/auth_transport_cookie_test.go

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)