Releases: octokit/auth-oauth-app.js
Releases · octokit/auth-oauth-app.js
v2.3.0
2.3.0 (2020-02-18)
Features
- Allow to pass code/state/redirectUrl to auth() (4c31c42)
v2.2.1
2.2.1 (2019-11-03)
Bug Fixes
- handle error response with 200 status code from OAuth endpoint (#23) (a146f84)
v2.2.0
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
2.1.0 (2019-10-25)
Features
- improve TypeScript definitions via @octokit/types (#19) (e6c79fb)
v2.0.4
2.0.4 (2019-10-13)
Bug Fixes
- package: version in published package (7055bfe)
v2.0.3
2.0.3 (2019-09-03)
Bug Fixes
- package: update universal-user-agent to version 4.0.0 (c8ec93f)
v2.0.2
2.0.2 (2019-08-30)
Bug Fixes
- token authentication with enterprise baseUrl (7e854f7)
v2.0.1
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
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
1.0.2 (2019-07-12)
Bug Fixes
- package: update universal-user-agent to version 3.0.0 (5fe4fa6)