I may found the solution, and Understanding token scope difference helps a lot.
c.JupyterHub.load_roles = [
{
'name': 'server',
'scopes': ['all'],
}
]
I may found the solution, and Understanding token scope difference helps a lot.
c.JupyterHub.load_roles = [
{
'name': 'server',
'scopes': ['all'],
}
]