oauth-1.0a icon indicating copy to clipboard operation
oauth-1.0a copied to clipboard

Add oauth_validation support for user access token requests

Open mdailey opened this issue 4 years ago • 1 comments

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.

mdailey avatar Aug 18 '19 03:08 mdailey

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 🙏

pavinduLakshan avatar Dec 04 '20 10:12 pavinduLakshan