Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Keegan Campbell <me@kfcampbell.com>
  • Loading branch information
Tatsumi0000 and kfcampbell authored Dec 6, 2022
1 parent aaff09a commit b102fac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,7 @@ user = client.user 'defunkt'
[app-creds]: http://developer.github.com/v3/#increasing-the-unauthenticated-rate-limit-for-oauth-applications

### GitHub App
Octokit.rb also supports authentication [using GitHub App](https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps).

[Required generated JWT TOKEN](https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps#authenticating-as-a-github-app).
Octokit.rb also supports authentication [using a GitHub App](https://docs.github.com/en/developers/apps/managing-github-apps/installing-github-apps), which [requires a generated JWT token](https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps#authenticating-as-a-github-app).

```ruby
client = Octokit::Client.new(:bearer_token => "<your jwt token>")
Expand Down

0 comments on commit b102fac

Please sign in to comment.