Tag Archives: authentication

API Authentication Methodologies

|

Building an API? In the midst of building an API for Intervals, our web-based project management software, we researched several options for authentication. In case you are considering building your own API, we’ve published an overview of each method below. HTTP Basic Authentication. Similar implementations: Basecamp (http://developer.37signals.com/basecamp/), blogger (deprecated) (http://code.blogger.com/archives/atom-docs.html#authentication) Requests are authenticated in the […]