Releases: octokit/auth-app.js
Releases · octokit/auth-app.js
v2.1.3
2.1.3 (2019-10-13)
Bug Fixes
- package: version in published package (55d81ab)
v2.1.2
2.1.2 (2019-09-03)
Bug Fixes
- README: module name in usage examples (11f2473)
v2.1.1
2.1.1 (2019-09-03)
Bug Fixes
- package: update universal-user-agent to version 4.0.0 (7f3a575)
v2.1.0
2.1.0 (2019-09-02)
Features
v2.0.1
2.0.1 (2019-09-02)
Bug Fixes
- JWT: set iat to -30s as described in README(#18) (a966613)
v2.0.0
2.0.0 (2019-08-30)
Features
BREAKING CHANGES
auth(options)
now requires options.type
to be set to "app"
or "installation"
. The returned authentication object no longer has headers
and query
keys. Use auth.hook()
to send requests with automatically applied authentication based on the request URL instead.
v1.2.2
1.2.2 (2019-07-12)
Bug Fixes
- package: update universal-user-agent to version 3.0.0 (d416a6d)
v1.2.1
1.2.1 (2019-07-09)
Bug Fixes
- package: update @octokit/request to version 5.0.0 (f83eb73)
v1.2.0
1.2.0 (2019-07-02)
Features
installationId
strategy option (dbe562c)
v1.1.0
1.1.0 (2019-06-29)
Features
auth({permissions})
. permissions
and singleFileName
(if applicabale) are now always included in authentication object (8d54c03)
auth({refresh})
(817ca49)
auth({repositoryIds})
(e372584)