I am implementing REST API with slim and also using oauth-php library. I don’t want to authenticate every request but I require some of the API Call secured using oAuth.

What should I do?