apify-library icon indicating copy to clipboard operation
apify-library copied to clipboard

auth

Open terebentina opened this issue 14 years ago • 2 comments

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.

terebentina avatar Sep 14 '11 07:09 terebentina

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:

  • OAuth support
  • API Management
  • API Metrics

apifytech avatar Sep 14 '11 20:09 apifytech

any news on OAuth support?

ifranseda avatar May 02 '12 11:05 ifranseda