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

Change Get to Post for /oauth/token #122

Closed
wants to merge 1 commit into from

Conversation

dgelineau
Copy link

Fixes #121 by updating the deprecated HTTP Get on the /oauth/token endpoint to post to the endpoint instead

Fixes the deprecated HTTP Get on the /oauth/token endpoint by updating the axios request to post to the /oauth/token endpoint instead.
@benweier
Copy link
Owner

benweier commented Feb 27, 2021

Thanks mate, merged and published.

@benweier benweier closed this Feb 27, 2021
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.

oath/token request uses GET - no longer allowed by the API
2 participants