Releases: octokit/auth-oauth-app.js
Releases · octokit/auth-oauth-app.js
v4.3.0
4.3.0 (2021-05-31)
Features
- typescript: export
FactoryGitHubWebFlow
, FactoryGitHubDeviceFlow
(#183) (4ae0835)
v4.2.0
4.2.0 (2021-05-21)
Features
- set basic auth from client ID/secret to bump rate limit (#180) (b882ca8)
v4.1.2
4.1.2 (2021-04-09)
Bug Fixes
- deps: remove unused package
@octokit/request-error
(02c04ef)
v4.1.1
4.1.1 (2021-03-24)
Bug Fixes
- README: code highlight syntax fix (5b8f21f)
v4.1.0
4.1.0 (2021-03-23)
Features
- typescript:
OAuthAppAuthInterface
, GitHubAuthInterface
(#166) (d7c8986)
v4.0.0
4.0.0 (2021-03-21)
Features
- delegate OAuth user access usage to
@octokit/auth-oauth-user
. Add OAuth Device flow and factory
auth option (#164) (92639dc)
BREAKING CHANGES
auth({type: "token"})
is no longer supported. Use auth({type: "oauth-user"})
instead
code
, state
, redirectUrl
strategy options are no longer supported. Use @octokit/auth-oauth-user
instead
- setting user authentication for requests using
auth.hook
is no longer supported. Use @octokit/auth-oauth-user
instead
v3.1.1
3.1.1 (2021-03-19)
Bug Fixes
- README: replace deprecated
{type: "token"}
with {type: "oauth-user"}
(42d2eb2)
v3.1.0
3.1.0 (2021-03-19)
Features
- deprecate
auth({ type: "token" })
, code
, state
, redirectUrl
strategy options, and setting user authentication in request hook (#163) (ca667b9)
v3.0.8
3.0.8 (2021-01-25)
Bug Fixes
- deps: lock file maintenance (59d42c9)
v3.0.7
3.0.7 (2020-12-01)
Bug Fixes
- deps: bump @octokit/types from 5.5.0 to 6.0.0 (aaad468)