You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
package: update @octokit/auth-oauth-app to version 3.0.0 (#18) (a86c5cb)
BREAKING CHANGES
package:@octokit/auth-oauth-app no longer accepts a url option for auth(), 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