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
master
J. Fernando Sánchez 7 years ago
parent 60039de883
commit c3dc32cab3

2
.gitmodules vendored

@ -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

@ -1 +1 @@
Subproject commit ac730b276184640227c2ca999bfccfe7472fca85
Subproject commit 89289f9273a2b89467ba405a9abd68d35d86a4f9
Loading…
Cancel
Save