Skip to content

Releases: octokit/auth-app.js

v3.4.1

31 May 22:55
9537cb4
Compare
Choose a tag to compare

3.4.1 (2021-05-31)

Bug Fixes

  • typescript: installation authentication type (#283) (9537cb4)

v3.4.0

22 Apr 17:00
ee7b247
Compare
Choose a tag to compare

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

24 Mar 16:42
c3011b1
Compare
Choose a tag to compare

3.3.0 (2021-03-24)

Features

v3.2.0

24 Mar 00:29
Compare
Choose a tag to compare

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

23 Mar 20:46
18de867
Compare
Choose a tag to compare

3.1.0 (2021-03-23)

Features

  • auth({ type: "oauth-user" }). Deprecates auth({ type: "oauth" }) (#264) (18de867)

v3.0.0

19 Feb 01:30
f542dbf
Compare
Choose a tag to compare

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

03 Feb 17:25
ffaefb5
Compare
Choose a tag to compare

2.11.0 (2021-02-03)

Features

  • auth: throw Error when auth type is not a valid one (#249) (ffaefb5)

v2.10.6

25 Jan 17:44
c396be0
Compare
Choose a tag to compare

2.10.6 (2021-01-25)

Bug Fixes

  • deps: lock file maintenance (c396be0)

v2.10.5

09 Dec 17:03
2067a8a
Compare
Choose a tag to compare

2.10.5 (2020-12-09)

Bug Fixes

v2.10.4

02 Dec 22:54
f988080
Compare
Choose a tag to compare

2.10.4 (2020-12-02)

Bug Fixes