Skip to content

Releases: octokit/auth-oauth-app.js

v2.3.0

18 Feb 05:09
Compare
Choose a tag to compare

2.3.0 (2020-02-18)

Features

  • Allow to pass code/state/redirectUrl to auth() (4c31c42)

v2.2.1

03 Nov 22:01
Compare
Choose a tag to compare

2.2.1 (2019-11-03)

Bug Fixes

  • handle error response with 200 status code from OAuth endpoint (#23) (a146f84)

v2.2.0

03 Nov 05:02
Compare
Choose a tag to compare

2.2.0 (2019-11-03)

Bug Fixes

  • package: update @octokit/types to version 2.0.0 (d8036ed)

Features

  • better TypeScript definitions via @octokit/types v2 (feeeb91)
  • export types StrategyOptions,AuthOptions,Authentication (4f98437)

v2.1.0

25 Oct 20:04
e6c79fb
Compare
Choose a tag to compare

2.1.0 (2019-10-25)

Features

  • improve TypeScript definitions via @octokit/types (#19) (e6c79fb)

v2.0.4

13 Oct 06:54
Compare
Choose a tag to compare

2.0.4 (2019-10-13)

Bug Fixes

  • package: version in published package (7055bfe)

v2.0.3

03 Sep 19:03
Compare
Choose a tag to compare

2.0.3 (2019-09-03)

Bug Fixes

  • package: update universal-user-agent to version 4.0.0 (c8ec93f)

v2.0.2

30 Aug 18:39
Compare
Choose a tag to compare

2.0.2 (2019-08-30)

Bug Fixes

  • token authentication with enterprise baseUrl (7e854f7)

v2.0.1

05 Aug 23:00
Compare
Choose a tag to compare

2.0.1 (2019-08-05)

Bug Fixes

  • set explicit accept header for POST https://github.com/login/oauth/access_token (7358ca9)

v2.0.0

25 Jul 22:01
Compare
Choose a tag to compare

BREAKING CHANGES

  • auth(options) now only accepts options.type and options.url. options.{code,redirectUrl,state} must now be passed to # auth-oauth-app.js(options) instead

Features

v1.0.2

12 Jul 20:23
Compare
Choose a tag to compare

1.0.2 (2019-07-12)

Bug Fixes

  • package: update universal-user-agent to version 3.0.0 (5fe4fa6)