Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update @octokit/oauth-app to v3 (#216)
BREAKING CHANGE: `getNodeMiddleware()` export has been removed. Use `createNodeMiddleware()` instead BREAKING CHANGE: `const { token, scopes } = app.oauth.createToken(options)` is now `const { authentication: { token, scopes } } = app.oauth.createToken(options)` BREAKING CHANGE: `const url = app.oauth.getAuthorizationUrl()` is now `const { url } = app.oauth.getWebFlowAuthorizationUrl()`; BREAKING CHANGE: `before_delete` action removed for `token` and `authorization` OAuth events. We could add them back, but it would require an additional request, we'd like to see if there are people why actually use these events.
- Loading branch information