two factor authentication with username and password for a Jupyter Notebook server

自闭症网瘾萝莉.ら 提交于 2019-12-08 21:57:29

GitHub's OAuth has been used for JupyterHub authentication and seems fairly easy to configure though I have to confess I have only ever used the builtin server-side authentication. I would think it would be pretty decent solution if you don't want to have to create accounts server side for each user.

there is a login hook in the config. You can write your own authentication there.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!