From 21174c06a18e357c479aa1d4f4353fd7eae004c5 Mon Sep 17 00:00:00 2001
From: Andy Lindeman <andy@lindeman.io>
Date: Mon, 24 Jun 2019 09:42:44 -0400
Subject: [PATCH] Remove comment

We have a story around user info now
---
 server/handlers.go | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/server/handlers.go b/server/handlers.go
index a931d23a..7f942391 100644
--- a/server/handlers.go
+++ b/server/handlers.go
@@ -1079,9 +1079,6 @@ func (s *Server) handleUserInfo(w http.ResponseWriter, r *http.Request) {
 }
 
 func (s *Server) writeAccessToken(w http.ResponseWriter, idToken, accessToken, refreshToken string, expiry time.Time) {
-	// TODO(ericchiang): figure out an access token story and support the user info
-	// endpoint. For now use a random value so no one depends on the access_token
-	// holding a specific structure.
 	resp := struct {
 		AccessToken  string `json:"access_token"`
 		TokenType    string `json:"token_type"`
-- 
GitLab