message no. 176246
Posted by obfuscode in #github at 2019-12-04T00:29:13Z
Well I'm going down a rabbit hole trying to get my GitHub App to submit API requests to the GraphQL endpoint. I can submit it to the `api.github.com/app` and return data properly so I know my JWT is validating but pointing it to the `/graphql` just comes back as Bad Credentials. The GraphQL/v4 docs say it requires an OAuth token but I'm using a GitHub App JWT token. There's a blog post from Apr 30th saying they added Gr