Skip to content
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

Simplify retrieval of encrypted auth state #772

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

minrk
Copy link
Member

@minrk minrk commented Oct 17, 2024

there's a public method for this, no need to call decryption methods directly

there's a public method for this, no need to call decryption methods directly
@minrk
Copy link
Member Author

minrk commented Oct 17, 2024

Actually, on re-reading the only discussion of this that I can find here, I think this only came up during the development of the refresh_token auth when the previous launch had the right scopes to request a refresh token, while the latest config does not. I think the right behavior in this situation is to not have a refresh token, since that reflects current config.

@minrk
Copy link
Member Author

minrk commented Oct 17, 2024

I'm slightly less than 100% sure, though.

@manics manics merged commit 1bd5928 into jupyterhub:main Oct 17, 2024
11 checks passed
@minrk minrk deleted the simplify-auth-state branch October 17, 2024 08:45
@manics
Copy link
Member

manics commented Oct 17, 2024

Oops, I loaded this page before your most recent comments so didn't see them before merging.

@minrk
Copy link
Member Author

minrk commented Oct 17, 2024

No problem, I think I may end up removing it as part of finishing #579

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants