Merge pull request #1466 from minrk/auth_state_username

[doc] typo in auth_state structure
This commit is contained in:
Carol Willing
2017-10-04 16:57:27 -04:00
committed by GitHub

View File

@@ -190,7 +190,7 @@ class MyAuthenticator(Authenticator):
username = yield identify_user(handler, data)
upstream_token = yield token_for_user(username)
return {
'username': username,
'name': username,
'auth_state': {
'upstream_token': upstream_token,
},