Releases: octokit/auth-oauth-app.js
Releases · octokit/auth-oauth-app.js
v3.0.6
3.0.6 (2020-11-01)
Bug Fixes
- README: replace "cdn.pika.dev" with "cdn.skypack.dev" (77234f3), closes #123 #125
v3.0.5
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
3.0.4 (2020-06-10)
Bug Fixes
- deps: bump @octokit/types from 4.1.9 to 5.0.0 (b274c7a)
v3.0.3
3.0.3 (2020-05-20)
Bug Fixes
- deps: bump @octokit/types from 2.1.1 to 4.0.1 (5c76315)
v3.0.2
3.0.2 (2020-03-24)
Bug Fixes
- package: update @octokit/request-error to version 2.0.0 (#47) (3c26894)
v3.0.1
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
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
2.3.3 (2020-02-21)
Bug Fixes
- package: update universal-user-agent to version 5.0.0 (598b7d2)
v2.3.2
2.3.2 (2020-02-18)
Bug Fixes
- new endpoints requiring Basic Authentication (7043b55)
v2.3.1
2.3.1 (2020-02-18)
Bug Fixes
- Avoid double requests when retrieving a new token (#37) (165543b)