-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce refresh token clean-up (#130)
* Enforce refresh token clean-up Also do not try to refresh if the access token is still valid * Add some docstring * Linting * Update requirements * Avoid oauthenticator 17
- Loading branch information
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
jupyterhub>=4.0.2 | ||
oauthenticator>=16.3.0 | ||
oauthenticator>=16.3.0,<17 | ||
jupyterhub-kubespawner>=6.1.0 | ||
xmltodict | ||
fastapi | ||
fastapi[standard] | ||
pydantic-settings | ||
pbr |