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

Fix encoding when creating oAuth token via Metadata Server #306

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

mshytikov
Copy link
Contributor

Hi @yoshidan , thank you for the crate.

I faced the problem that I could not generate oAuth token when I use it with google metadata server .
Looks like it was just a typo in implementation. The = sign in scopes= does not need to be encoded.
With the fix in this PR obtaining oAuth token from metadata server works as expected.

@yoshidan yoshidan added the safe to test safe to test label Sep 9, 2024
@yoshidan yoshidan merged commit e905202 into yoshidan:main Sep 9, 2024
9 checks passed
@yoshidan
Copy link
Owner

yoshidan commented Sep 9, 2024

Thanks!

@mshytikov mshytikov deleted the issue/fix-encoding branch September 9, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test safe to test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants