auth

Paddy 2014-08-13 Parent:65c49af1ed3f Child:3423c552e249

4:422e9082eb70 Go to Latest

auth/context.go

Write responses. Start writing JSON responses when access tokens are requested.

History
     1.1 --- a/context.go	Sun Aug 03 02:06:50 2014 -0400
     1.2 +++ b/context.go	Wed Aug 13 03:45:24 2014 -0400
     1.3 @@ -20,3 +20,6 @@
     1.4  
     1.5  func (c Context) RenderLogin(w io.Writer) {
     1.6  }
     1.7 +
     1.8 +func (c Context) RenderJSONToken(w io.Writer, data AccessData) {
     1.9 +}