Skip to content

Releases: octokit/auth-oauth-user.js

v2.0.0

07 Jul 22:32
9074c31
Compare
Choose a tag to compare

2.0.0 (2022-07-07)

Bug Fixes

  • deps: update dependency @octokit/request to v6 (#59) (bb0af11)

Continuous Integration

  • stop testing against NodeJS v10, v12 (#58) (68601f4)

BREAKING CHANGES

  • Drop support for NodeJS v10, v12

v1.3.0

24 Jun 23:31
2c97e89
Compare
Choose a tag to compare

1.3.0 (2021-06-24)

Features

v1.2.4

09 Apr 19:28
Compare
Choose a tag to compare

1.2.4 (2021-04-09)

Bug Fixes

  • deps: remove unused dependencies. Add missing universal-user-agent (a35b28a)

v1.2.3

23 Mar 06:54
7717f2c
Compare
Choose a tag to compare

1.2.3 (2021-03-23)

Bug Fixes

  • regex for requiresBasicAuth(url) check matches "Create a scoped token" endpoint (#9) (7717f2c)

v1.2.2

21 Mar 23:09
e10cf12
Compare
Choose a tag to compare

1.2.2 (2021-03-21)

Bug Fixes

  • do not set auth on OAuth Web/Device flow requests (#7) (e10cf12)

v1.2.1

21 Mar 21:30
Compare
Choose a tag to compare

1.2.1 (2021-03-21)

Bug Fixes

  • typescript: auth() can resolve with GitHubAppAuthenticationWithExpiration (2280e31)

v1.2.0

19 Mar 20:12
e276d93
Compare
Choose a tag to compare

1.2.0 (2021-03-19)

Features

  • Applies the correct authentication strategy based on the request URL when using with Octokit (#6) (e276d93)

v1.1.0

19 Mar 17:48
db3a136
Compare
Choose a tag to compare

1.1.0 (2021-03-19)

Features

  • typescript: export types for strategy options, auth options, and the resulting authentication object (#5) (db3a136)

v1.0.0

19 Mar 06:11
20e68a1
Compare
Choose a tag to compare

1.0.0 (2021-03-19)

Features