Commit 82b4957
Changed files (1)
app
controllers
app/controllers/githubs_controller.rb
@@ -3,6 +3,8 @@ class GithubsController < ApplicationController
# After installation callback
def show
+ # TODO:: exchange code for a user access token
+ # https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps#2-users-are-redirected-back-to-your-site-by-github
end
# web hooks