Skip to content

Releases: octokit/auth-oauth-app.js

v4.3.0

31 May 17:02
4ae0835
Compare
Choose a tag to compare

4.3.0 (2021-05-31)

Features

  • typescript: export FactoryGitHubWebFlow, FactoryGitHubDeviceFlow (#183) (4ae0835)

v4.2.0

21 May 06:17
b882ca8
Compare
Choose a tag to compare

4.2.0 (2021-05-21)

Features

  • set basic auth from client ID/secret to bump rate limit (#180) (b882ca8)

v4.1.2

09 Apr 23:02
Compare
Choose a tag to compare

4.1.2 (2021-04-09)

Bug Fixes

  • deps: remove unused package @octokit/request-error (02c04ef)

v4.1.1

24 Mar 04:21
Compare
Choose a tag to compare

4.1.1 (2021-03-24)

Bug Fixes

  • README: code highlight syntax fix (5b8f21f)

v4.1.0

23 Mar 23:02
d7c8986
Compare
Choose a tag to compare

4.1.0 (2021-03-23)

Features

  • typescript: OAuthAppAuthInterface, GitHubAuthInterface (#166) (d7c8986)

v4.0.0

21 Mar 23:16
92639dc
Compare
Choose a tag to compare

4.0.0 (2021-03-21)

Features

  • delegate OAuth user access usage to @octokit/auth-oauth-user. Add OAuth Device flow and factory auth option (#164) (92639dc)

BREAKING CHANGES

  • auth({type: "token"}) is no longer supported. Use auth({type: "oauth-user"}) instead
  • code, state, redirectUrl strategy options are no longer supported. Use @octokit/auth-oauth-user instead
  • setting user authentication for requests using auth.hook is no longer supported. Use @octokit/auth-oauth-user instead

v3.1.1

19 Mar 20:47
Compare
Choose a tag to compare

3.1.1 (2021-03-19)

Bug Fixes

  • README: replace deprecated {type: "token"} with {type: "oauth-user"} (42d2eb2)

v3.1.0

19 Mar 20:42
ca667b9
Compare
Choose a tag to compare

3.1.0 (2021-03-19)

Features

  • deprecate auth({ type: "token" }), code, state, redirectUrl strategy options, and setting user authentication in request hook (#163) (ca667b9)

v3.0.8

25 Jan 17:46
59d42c9
Compare
Choose a tag to compare

3.0.8 (2021-01-25)

Bug Fixes

  • deps: lock file maintenance (59d42c9)

v3.0.7

01 Dec 06:15
Compare
Choose a tag to compare

3.0.7 (2020-12-01)

Bug Fixes

  • deps: bump @octokit/types from 5.5.0 to 6.0.0 (aaad468)