From c3dc32cab3451b85002e64ac736e9578cef97417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Wed, 30 Aug 2017 16:42:41 +0200 Subject: [PATCH] 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 --- .gitmodules | 2 +- oauthenticator | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7d476f5..b36a362 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/oauthenticator b/oauthenticator index ac730b2..89289f9 160000 --- a/oauthenticator +++ b/oauthenticator @@ -1 +1 @@ -Subproject commit ac730b276184640227c2ca999bfccfe7472fca85 +Subproject commit 89289f9273a2b89467ba405a9abd68d35d86a4f9