[BUG]: createNodeMiddleware
is not exported from @octokit/oauth-app
#2854
Labels
Status: Triage
This is being looked at and prioritized
Type: Bug
Something isn't working as documented
What happened?
Although it is possible to use the
OAuthApp
object fromoctokit
, it can't be used withcreateNodeMiddleware
as the onlycreateNodeMiddleware
that is exported is from@octokit/app
.In fact, the docs at https://github.com/octokit/octokit.js?tab=readme-ov-file#oauth show a
OAuthApp
object being used withcreateNodeMiddleware
, which is not possible right now.I am willing to send in a PR for this.
Versions
Octokit js 5.0..2
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: