Monday, January 14, 2013

How to Protect Your APIs with OAuth

How to Protect Your APIs with OAuth:
We tackle an increasingly important question in the world of APIs: Presume that you would like to create a remote API (which perhaps exposes some API is protected in such a way that: A) Only clients that you trust can access them; B) Those clients can access your API through the explicit authorization of their end-users; and C) The end-users can be authenticated with a central entity, *withouth* having to share their credentials with your API’s clients.

No comments:

Post a Comment