-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix(auth): correct OAuth2 token URL access in refresh flow #116
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
fix(auth): correct OAuth2 token URL access in refresh flow #116
Conversation
@polong-lin would love for you to review this change and some feedback. Thanks! |
for the issue |
…thub.com/Shifat7/adk-python into feat/auth/implement-oauth2-token-refresh
hi @seanzhou1023, ive updated the PR to use token['refresh_token'] |
Thank you so much for the PR and sorry for the delay. However oauth token refreshing is already supported now: adk-python/src/google/adk/tools/openapi_tool/openapi_spec_parser/tool_auth_handler.py Line 159 in bab3be2
. Could you please take a look to see whether there is anything missing ? Feel free to reopen if you see something additional to add. thanks :) |
added token refresh login inside OAuth2 exchanger