Commit 82b4957

mo khan <mo@mokhan.ca>
2021-07-13 03:28:46
doc: add note on how to exchange a code for an access token
1 parent 983fd99
Changed files (1)
app
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