Skip to content

Commit

Permalink
use oauthenticator 17.2 for pkce-experiment
Browse files Browse the repository at this point in the history
enables refreshing auth, used in jupyter-health
  • Loading branch information
minrk committed Dec 3, 2024
1 parent de31b5e commit 9c41890
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm-charts/images/hub/pkce-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Image lives at quay.io/2i2c/pkce-experiment
# install oauthenticator 17.1,
# which adds PKCE support.
# install oauthenticator 17.2,
# which adds PKCE support (17.1) and refresh tokens (17.2).
# experiment no longer needed when base chart is updated to z2jh 4.0.0
oauthenticator>=17.1,<18
oauthenticator>=17.2,<18


# jupyterhub-configurator isn't maintained and its not intended to be developed
Expand All @@ -15,4 +15,4 @@ oauthenticator>=17.1,<18
git+https://github.com/yuvipanda/jupyterhub-configurator@backported-jh41-compatibility

# Brings in https://github.com/yuvipanda/jupyterhub-fancy-profiles
jupyterhub-fancy-profiles==0.3.10
jupyterhub-fancy-profiles==0.3.10

0 comments on commit 9c41890

Please sign in to comment.