summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-03 13:26:54 -0700
committermo khan <mo@mokhan.ca>2025-03-03 13:26:54 -0700
commit5ab9f7f860e2153c0a7c1357114889196e9f4d76 (patch)
tree5930e22ac085be7e052e73f75077127f886bd622
parent159b5abe4d26593c2442c786bebbd04829164808 (diff)
docs: remove code comment
-rwxr-xr-xbin/sp1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sp b/bin/sp
index 99eae91..1181236 100755
--- a/bin/sp
+++ b/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') },