auth

Paddy 2014-11-09 Parent:55d5107e8805 Child:42bc3e44f4fe

68:752c2fb9731c Go to Latest

auth/http.go

Add TODOs. There's still a lot of the OAuth2 spec to implement, but we're making good progress. Let's keep track of the remaining pieces using TODO markers.

History
     1.1 --- a/http.go	Sun Nov 09 00:21:58 2014 -0500
     1.2 +++ b/http.go	Sun Nov 09 00:22:38 2014 -0500
     1.3 @@ -157,3 +157,9 @@
     1.4  		"client": client,
     1.5  	})
     1.6  }
     1.7 +
     1.8 +// TODO(paddy): exchange code for access token
     1.9 +// TODO(paddy): exchange user credentials for access token
    1.10 +// TODO(paddy): exchange client credentials for access token
    1.11 +// TODO(paddy): implicit grant for access token
    1.12 +// TODO(paddy): exchange refresh token for access token