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

Add oauth_validation support for user access token requests #93

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mdailey
Copy link

@mdailey mdailey commented Aug 18, 2019

The OAuth 1.0a specification provides for a field <oauth_verifier> to be included in the signature body and sent in the Authorization header. This PR adds support for this field. It is needed for the Garmin Connect API and perhaps others.

@pavinduLakshan
Copy link

pavinduLakshan commented Dec 4, 2020

I needed oauth_verifier to be included to make things work as expected in Magento 2 API but eventually had to implement it on my own. This is quite important, but missing feature in this package. Someone responsible please have a look at this MR 🙏

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