auth

Paddy 2015-01-18 Parent:e000b1c24fc0 Child:3ec7134fa211

117:da77e083cf02 Go to Latest

auth/oauth2.go

Change TODO to BUG. This is a refactor, not code to be added. It should show up in the gofmt bugs list.

History
     1.1 --- a/oauth2.go	Sun Jan 18 01:02:14 2015 -0500
     1.2 +++ b/oauth2.go	Sun Jan 18 01:25:15 2015 -0500
     1.3 @@ -189,7 +189,7 @@
     1.4  		}
     1.5  		return
     1.6  	}
     1.7 -	// TODO(paddy): checking if the redirect URI is valid should be a helper function
     1.8 +	// BUG(paddy): checking if the redirect URI is valid should be a helper function
     1.9  	// whether a redirect URI is valid or not depends on the number of endpoints
    1.10  	// the client has registered
    1.11  	numEndpoints, err := context.CountEndpoints(clientID)