fedecarg / apify-library

Apify is a small open source library that delivers new levels of developer productivity by simplifying the creation of RESTful architectures. It helps development teams deliver quality web services and applications in reduced amounts of time. If you are familiar with the Zend Framework, then you already know how to use Apify.
http://www.apifydoc.com
Other
265 stars 49 forks source link

auth #3

Open terebentina opened 12 years ago

terebentina commented 12 years ago

The code has limited usability until you add client authentication and user authentication. Both can be achieved with oauth or with other solutions (headers for api key and signature of request for client auth for example).

Please implement a method of auth.

apifytech commented 12 years ago

I agree that client auth is important. It was not included in this first version simply because it was not implemented. If you are building a RESTful Web API then yes, it does have limited usability. The goal of version 1.0 was to focus on the architecture and API. However, if you are building a Web API, then this version should be more than enough.

Future plans include:

ifranseda commented 12 years ago

any news on OAuth support?