Magento REST without oAuth (custom REST authentication adapter)
By default Magento uses oAuth for REST API. In some cases oAuth is not needed, and the client wants to make REST calls without additional overhead (for example, mobile application that interacts with Magento store). Fortunately, Magento provides an easy way to achieve this. Securing REST calls Of course, we need to keep our calls