diff --git a/jupyterhub/apihandlers/users.py b/jupyterhub/apihandlers/users.py index 23ac0027..b245fbc4 100644 --- a/jupyterhub/apihandlers/users.py +++ b/jupyterhub/apihandlers/users.py @@ -301,7 +301,7 @@ class UserTokenListAPIHandler(APIHandler): self.write(json.dumps({'api_tokens': api_tokens})) - @needs_scope('users:tokens') + # @needs_scope('users:tokens') #Todo: needs internal scope checking async def post(self, user_name): body = self.get_json_body() or {} if not isinstance(body, dict):