Releases: octokit/authentication-strategies.js
Releases · octokit/authentication-strategies.js
v4.0.0
v3.0.3
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2020-12-03)
Bug Fixes
BREAKING CHANGES
createBasicAuth()
is no longer exported. Basic Auth support for GitHubs API has been removed. You can find the legacy authentication strategy at https://github.com/octokit/auth-basic.js
v2.0.1
v2.0.0
2.0.0 (2020-02-28)
Bug Fixes
BREAKING CHANGES
- package:
@octokit/auth-oauth-app
no longer accepts aurl
option forauth()
, it no longer sets:client_id
or:access_token
URL parameters, and exclusively authenticates using basic auth, not using query parameters. See: https://github.com/octokit/auth-oauth-app.js/releases/tag/v3.0.0