Skip to content

Releases: octokit/auth-oauth-app.js

v3.0.6

01 Nov 18:01
Compare
Choose a tag to compare

3.0.6 (2020-11-01)

Bug Fixes

  • README: replace "cdn.pika.dev" with "cdn.skypack.dev" (77234f3), closes #123 #125

v3.0.5

17 Jul 07:04
ff9a24c
Compare
Choose a tag to compare

3.0.5 (2020-07-17)

Bug Fixes

  • deps: bump universal-user-agent from 5.0.0 to 6.0.0 (ff9a24c)

v3.0.4

10 Jun 17:45
b274c7a
Compare
Choose a tag to compare

3.0.4 (2020-06-10)

Bug Fixes

  • deps: bump @octokit/types from 4.1.9 to 5.0.0 (b274c7a)

v3.0.3

20 May 07:33
5c76315
Compare
Choose a tag to compare

3.0.3 (2020-05-20)

Bug Fixes

  • deps: bump @octokit/types from 2.1.1 to 4.0.1 (5c76315)

v3.0.2

24 Mar 18:06
3c26894
Compare
Choose a tag to compare

3.0.2 (2020-03-24)

Bug Fixes

  • package: update @octokit/request-error to version 2.0.0 (#47) (3c26894)

v3.0.1

12 Mar 18:29
77bd37c
Compare
Choose a tag to compare

3.0.1 (2020-03-12)

Bug Fixes

  • auth.hook: authenticate as app if code strategy option is not set (#45) (77bd37c)

v3.0.0

25 Feb 21:42
85a04fa
Compare
Choose a tag to compare

BREAKING CHANGES

  • :client_id and :access_token URL parameters are no longer set by default
  • client_id and client_secret are now passed as basic authentication for any URL
  • The url option has been removed for auth({ type: "app" })
  • auth({ type: "app" }) no longer returns a .query key

Features

  • client_{id,_secret} are no longer passed as query, but basic authentication only (#41) (85a04fa)

v2.3.3

21 Feb 19:32
Compare
Choose a tag to compare

2.3.3 (2020-02-21)

Bug Fixes

  • package: update universal-user-agent to version 5.0.0 (598b7d2)

v2.3.2

18 Feb 09:02
Compare
Choose a tag to compare

2.3.2 (2020-02-18)

Bug Fixes

  • new endpoints requiring Basic Authentication (7043b55)

v2.3.1

18 Feb 06:41
165543b
Compare
Choose a tag to compare

2.3.1 (2020-02-18)

Bug Fixes

  • Avoid double requests when retrieving a new token (#37) (165543b)