Releases: octokit/auth-app.js
Releases · octokit/auth-app.js
v3.4.1
3.4.1 (2021-05-31)
Bug Fixes
- typescript: installation authentication type (#283) (9537cb4)
v3.4.0
3.4.0 (2021-04-22)
Features
- throw helpful error when
appId
or privateKey
is set to a falsy value (#280) (ee7b247)
v3.3.0
3.3.0 (2021-03-24)
Features
v3.2.0
3.2.0 (2021-03-24)
Features
auth({ type: "oauth-app" })
(ac7eb5b)
createOAuthUserAuth()
(141705a)
factory
option for auth({ type: "oauth-user" })
(cb9fe59)
- OAuth device flow for user authentication (9ff6ce2)
- set Basic Authentication from client ID/client secret based on request URL in
auth.hook
(24af0fb)
v3.1.0
3.1.0 (2021-03-23)
Features
auth({ type: "oauth-user" })
. Deprecates auth({ type: "oauth" })
(#264) (18de867)
v3.0.0
BREAKING CHANGES
createAppAuth({ id, privateKey })
is no longer supported. Use createAppAuth({ appId, privateKey })
instead
Bug Fixes
- remove
scopes
from API as OAuth scopes are not supported by GitHub Apps, OAuth tokens inherit the installtion permissions instead (#255) (f542dbf)
v2.11.0
2.11.0 (2021-02-03)
Features
- auth: throw Error when auth type is not a valid one (#249) (ffaefb5)
v2.10.6
2.10.6 (2021-01-25)
Bug Fixes
- deps: lock file maintenance (c396be0)