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

Forward refresh token to python client #405

Merged
merged 1 commit into from
Dec 18, 2020
Merged

Forward refresh token to python client #405

merged 1 commit into from
Dec 18, 2020

Conversation

geomodular
Copy link
Contributor

If PR merged, the OIDC refresh token will be propagated to python client the same way as other properties. This change is needed because of API for DAI and MLops which require refresh token to be able to handle long running tasks.

The token is accessible in q.auth.refresh_token.

Closes #365

@geomodular geomodular requested a review from lo5 December 17, 2020 16:25
Copy link
Member

@lo5 lo5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @geomodular!

@lo5 lo5 merged commit ba002d4 into master Dec 18, 2020
@lo5 lo5 deleted the feat/issue-365 branch December 18, 2020 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Propagate OIDC refresh token to Python client.
2 participants