REST Authentication in PHP (CodeIgniter)

Posted by zidane on Stack Overflow See other posts from Stack Overflow or by zidane
Published on 2010-05-09T07:30:45Z Indexed on 2010/05/09 7:38 UTC
Read the original article Hit count: 146

Filed under:
|
|
|

I writing REST API form my web application. Application is written using CodeIgniter framework. Application itself is working fine, but I'm stuck on making REST Authentication. I think that basic Http Authentication will be good enough for some time. Public API is not yet planned.

Is there any code example how to achieve REST Authentication so after user is authenticated he can freely call all protected methods.

© Stack Overflow or respective owner

Related posts about php

Related posts about rest