Skip to content

Releases: octokit/oauth-methods.js

v1.2.6

11 Oct 17:35
ceb5ee8
Compare
Choose a tag to compare

1.2.6 (2021-10-11)

Bug Fixes

  • remove unused state option in exchangeWebFlowCode() (#52) (ceb5ee8)

v1.2.5

05 Oct 21:05
4d86a2d
Compare
Choose a tag to compare

1.2.5 (2021-10-05)

Bug Fixes

  • set expiresAt with token if present. Add GitHubAppAuthenticationWithExpirationEnabled, GitHubAppAuthenticationWithExpirationDisabled, GitHubAppAuthenticationWithRefreshToken types. Deprecates GitHubAppAuthentication, GitHubAppAuthenticationWithExpiration (#50) (4d86a2d)

v1.2.4

11 Jun 18:15
Compare
Choose a tag to compare

1.2.4 (2021-06-11)

Bug Fixes

  • deps: remove accidental dependencies i and npm (24fb4ed)

v1.2.3

06 May 01:08
d47414c
Compare
Choose a tag to compare

1.2.3 (2021-05-06)

Bug Fixes

  • log documentation URL in case of an error (#17) (d47414c)

v1.2.2

23 Mar 06:54
9f4c2f3
Compare
Choose a tag to compare

1.2.2 (2021-03-23)

Bug Fixes

  • scopeToken: return token from response, not options. Also fix options type (#7) (9f4c2f3)

v1.2.1

22 Mar 22:03
1fc4039
Compare
Choose a tag to compare

1.2.1 (2021-03-22)

Bug Fixes

  • split scopes correctly into separate strings in exchangeWebFlowCode() and exchangeWebFlowCode() (#6) (1fc4039)

v1.2.0

22 Mar 16:29
ae7a41a
Compare
Choose a tag to compare

1.2.0 (2021-03-22)

Features

  • typescript: export all the method types \o/ (#5) (ae7a41a)

v1.1.0

18 Mar 18:05
Compare
Choose a tag to compare

1.1.0 (2021-03-18)

Features

  • typescript: export OAuthAppAuthentication, GitHubAppAuthentication, GitHubAppAuthenticationWithExpiration (8976945)

v1.0.0

18 Mar 06:15
Compare
Choose a tag to compare

Features