Given a JWT, how do you create an octokit client from it? Using NodeJS.
Given a JWT, how do you create an octokit client from it? Using NodeJS
349 views Asked by Johnny5 At
1
Given a JWT, how do you create an octokit client from it? Using NodeJS.
Solved it. https://github.com/octokit/auth-app.js
You don't actually use a JWT, you can use createAppAuth instead. If you need the token, it will be auth.token.