Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Mar 23:16
92639dc

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