Why is there a hardcoded api-token for use against JupyterHub's /hub/api endpoint configured here? Even if no JupyterHub is now using this token, it could encourage someone to take the quick and easy way to try by configuring a JupyterHub to accept that API token.
https://github.com/yuvipanda/hubtraf/blob/78ab8b5ad9d09ce245f5056adebce843978c4351/hubtraf/user.py#L96-L98
Why is there a hardcoded api-token for use against JupyterHub's /hub/api endpoint configured here? Even if no JupyterHub is now using this token, it could encourage someone to take the quick and easy way to try by configuring a JupyterHub to accept that API token.