/
How do I authenticate to a web API?

How do I authenticate to a web API?

This is the basic problem - you cannot just allow anyone to access the web API of an application - there need to be some credentials to do it.

In the early days of web APIs you had great companies like 37 signals (aka Basecamp (the inventors of Ruby on Rails)) who made their APIs very simple and easy to authenticate to.

Unfortunately the situation has taken a turn for the worse with a lot of innovation happening in this area making the simple process of authenticating to an API quite the adventure for many APIs.

Anyways - my team and I are here to help.

Related content

Authenticating with an API
Authenticating with an API
More like this
HTTP Basic Authentication
HTTP Basic Authentication
More like this
What parts of HTTP should be avoided for a modern Web API?
What parts of HTTP should be avoided for a modern Web API?
More like this
OAuth2.0
More like this
OAUTH Library
More like this
Basic Authentication
Basic Authentication
More like this