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: change revoke request from get to post #979

Merged
merged 2 commits into from Aug 17, 2022

Conversation

sai-sunder-s
Copy link
Contributor

https://oauth2.googleapis.com/revoke does not have a GET endpoint. It has only a POST. So updating the code accordingly.

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<782> ☕️

If you write sample code, please follow the samples format.

@sai-sunder-s sai-sunder-s requested a review from a team as a code owner August 12, 2022 22:43
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Aug 12, 2022
Copy link
Member

@TimurSadykov TimurSadykov left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants