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[authentication]: fix a typo in scope key #8

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

ArnavKaushik
Copy link
Contributor

Updated the spelling of scope for the authentication request.

Description

There is a typo in the auth.go file that leads to malformed requests with a specified client scope. This PR resolves the issue by updating the spelling of the request key.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • Running existing tests

This was tested by running a series of requests in Postman to ensure the original spelling was incorrect, and then the library was recompiled to ensure the typo was resolved.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have rebased my branch to include the latest changes from master

This fixes a typo that exists in the body of a request
@ArnavKaushik
Copy link
Contributor Author

I've updated the PR to accommodate for the now merged PR #6.

@kha7iq
Copy link
Owner

kha7iq commented Jan 4, 2024

Thank you @ArnavKaushik for the contribution.

@kha7iq kha7iq merged commit 7bcf822 into kha7iq:master Jan 4, 2024
@ArnavKaushik ArnavKaushik deleted the patch-2 branch January 4, 2024 13:58
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.

2 participants