1
0
mirror of https://github.com/balkian/jupyterhub-oauth.git synced 2025-08-29 08:42:22 +00:00

Using a fork of oauthenticator temporarily

Oauthenticator fails with newer versions of the API for non-admin users.
This fork takes care of that until PR116 is merged:

https://github.com/jupyterhub/oauthenticator/pull/116
This commit is contained in:
J. Fernando Sánchez
2017-08-30 16:42:41 +02:00
parent 60039de883
commit c3dc32cab3
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "oauthenticator"]
path = oauthenticator
url = https://github.com/jupyter/oauthenticator.git
url = https://github.com/balkian/oauthenticator.git
[submodule "dockerspawner"]
path = dockerspawner
url = https://github.com/jupyter/dockerspawner.git