mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
Merge pull request #1466 from minrk/auth_state_username
[doc] typo in auth_state structure
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user