Skip to content

Releases: octokit/auth-app.js

v3.5.2

25 Jun 06:50
e25c118
Compare
Choose a tag to compare

3.5.2 (2021-06-25)

Bug Fixes

  • typescript: corret types for auth({ type: "installation", installationId, factory }) (#301) (e25c118)

v3.5.1

25 Jun 00:08
0a11b3d
Compare
Choose a tag to compare

3.5.1 (2021-06-25)

Bug Fixes

v3.5.0

12 Jun 00:21
534b562
Compare
Choose a tag to compare

3.5.0 (2021-06-12)

Features

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)