daviddesberg / PHPoAuthLib

PHP 5.3+ oAuth 1/2 Client Library
Other
1.09k stars 456 forks source link

Adding basic Magento 2 OAuth 1 service #560

Open Alanaktion opened 4 years ago

Alanaktion commented 4 years ago

This adds an OAuth 1 service class for the Magento 2 REST API. It is partially based on Magento's own reference implementation in their documentation.

This is somewhat dependent on #559 for it to fully function correctly.