Commit 5ab9f7f

mo khan <mo@mokhan.ca>
2025-03-03 20:26:54
docs: remove code comment
1 parent 159b5ab
Changed files (1)
bin
bin/sp
@@ -89,7 +89,6 @@ class ServiceProvider
   end
 
   def oauth_callback(request)
-    # TODO:: Exchange grant (authorization_code) for an access token
     response = Net::Hippie.default_client.post(
       "http://localhost:8282/oauth/token",
       headers: { 'Authorization' => Net::Hippie.basic_auth('client_id', 'secret') },