summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/controllers/githubs_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/githubs_controller.rb b/app/controllers/githubs_controller.rb
index ea86d9e..292bc85 100644
--- a/app/controllers/githubs_controller.rb
+++ b/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