[FEAT]: Authenticate as app with custom JWT token #484
Labels
Type: Feature
New feature or request
Type: Support
Any questions, information, or general needs around the SDK or GitHub APIs
Describe the need
I want to be able to create an
App
instance using a custom JWT token rather than having to pass in a private key.My use case is that my private key is stored in a KMS so I don't have direct access to it. This means that I need to create the JWT and sign it there, I can then use it with octokit.
I think I'll be able to get around this manually but it would be nice if octokit handled this scenario.
Thanks
SDK Version
No response
API Version
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: