Skip to content
Snippets Groups Projects
Commit a8d395fb authored by Jonathan Villemaire-Krajden's avatar Jonathan Villemaire-Krajden
Browse files

Write response.

parent 0faa4740
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ class AccessTokenHandler(HubAuthenticated, RequestHandler):
logging.debug(user)
user_json = await self._request_token(user['name'])
logging.debug(user_json)
return user_json['auth_state']['access_token']
self.write({'access_token': user_json['auth_state']['access_token']})
def main():
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment