Skip to content

Releases: octokit/auth-app.js

v2.2.0

25 Oct 20:00
8507b3b
Compare
Choose a tag to compare

2.2.0 (2019-10-25)

Features

  • improve TypeScript definitions via @octokit/types (#23) (8507b3b)

v2.1.3

13 Oct 06:51
Compare
Choose a tag to compare

2.1.3 (2019-10-13)

Bug Fixes

  • package: version in published package (55d81ab)

v2.1.2

03 Sep 21:45
Compare
Choose a tag to compare

2.1.2 (2019-09-03)

Bug Fixes

  • README: module name in usage examples (11f2473)

v2.1.1

03 Sep 19:02
Compare
Choose a tag to compare

2.1.1 (2019-09-03)

Bug Fixes

  • package: update universal-user-agent to version 4.0.0 (7f3a575)

v2.1.0

02 Sep 15:03
Compare
Choose a tag to compare

2.1.0 (2019-09-02)

Features

v2.0.1

02 Sep 05:08
a966613
Compare
Choose a tag to compare

2.0.1 (2019-09-02)

Bug Fixes

  • JWT: set iat to -30s as described in README(#18) (a966613)

v2.0.0

30 Aug 22:37
Compare
Choose a tag to compare

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

12 Jul 20:20
Compare
Choose a tag to compare

1.2.2 (2019-07-12)

Bug Fixes

  • package: update universal-user-agent to version 3.0.0 (d416a6d)

v1.2.1

09 Jul 15:16
Compare
Choose a tag to compare

1.2.1 (2019-07-09)

Bug Fixes

  • package: update @octokit/request to version 5.0.0 (f83eb73)

v1.2.0

02 Jul 22:05
Compare
Choose a tag to compare

1.2.0 (2019-07-02)

Features

  • installationId strategy option (dbe562c)