Re: [PHP] Rest Authentication

2012-11-11 Thread shiplu
Its rather better to auto using a apikey. You'll provide this apikey on the website where user registers their application. On Mon, Nov 12, 2012 at 12:45 AM, Stuart Dallas wrote: > On 10 Nov 2012, at 23:28, Adam Tong wrote: > > > I am developing a REST API. I found the Slim micro-framework use

Re: [PHP] Rest Authentication

2012-11-11 Thread Stuart Dallas
On 10 Nov 2012, at 23:28, Adam Tong wrote: > I am developing a REST API. I found the Slim micro-framework usefull. > I need authentication of course, and I see that Slim does not provide > authentication for Rest. Is there any lightweight alternative to > manually implementing http authentication