-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Implement oauthenticator.OAuthenticator.refresh_user
method
#579
Open
Wykiki
wants to merge
12
commits into
jupyterhub:main
Choose a base branch
from
Wykiki:feat/refresh-user
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+225
−28
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 803dc71 - Browse repository at this point
Copy the full SHA 803dc71View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 31f8cbb - Browse repository at this point
Copy the full SHA 31f8cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c5b30d - Browse repository at this point
Copy the full SHA 2c5b30dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e7943b - Browse repository at this point
Copy the full SHA 4e7943bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0fbad4 - Browse repository at this point
Copy the full SHA c0fbad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61f1b03 - Browse repository at this point
Copy the full SHA 61f1b03View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 3ef16df - Browse repository at this point
Copy the full SHA 3ef16dfView commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4214127 - Browse repository at this point
Copy the full SHA 4214127View commit details -
remove duplicate auth expiration config
refresh_user should always refresh auth, JupyterHub config already exists to determine expiration
Configuration menu - View commit details
-
Copy full SHA for 6156c93 - Browse repository at this point
Copy the full SHA 6156c93View commit details -
- do not refresh if auth_state is disabled (would force re-login every 5 minutes in default config) - always refresh if refresh_token is defined - if refresh_token not available, only check validity of access_token and refresh associated user info
Configuration menu - View commit details
-
Copy full SHA for 3d37ff8 - Browse repository at this point
Copy the full SHA 3d37ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8fe500 - Browse repository at this point
Copy the full SHA a8fe500View commit details
Commits on Nov 7, 2024
-
more specific error handling for failure to refresh auth
only consider HTTP 4XX expired auth
Configuration menu - View commit details
-
Copy full SHA for 1900167 - Browse repository at this point
Copy the full SHA 1900167View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.