Releases: octokit/auth-oauth-user.js
Releases · octokit/auth-oauth-user.js
v2.0.0
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
1.3.0 (2021-06-24)
Features
v1.2.4
1.2.4 (2021-04-09)
Bug Fixes
- deps: remove unused dependencies. Add missing
universal-user-agent
(a35b28a)
v1.2.3
1.2.3 (2021-03-23)
Bug Fixes
- regex for
requiresBasicAuth(url)
check matches "Create a scoped token" endpoint (#9) (7717f2c)
v1.2.2
1.2.2 (2021-03-21)
Bug Fixes
- do not set auth on OAuth Web/Device flow requests (#7) (e10cf12)
v1.2.1
1.2.1 (2021-03-21)
Bug Fixes
- typescript:
auth()
can resolve with GitHubAppAuthenticationWithExpiration
(2280e31)
v1.2.0
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
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
1.0.0 (2021-03-19)
Features