Code Safari

Chapter 34·Beginner

API Keys: Authenticating Machines, Not People

01 / 06

The core idea

A secret that identifies an application.

An API key is a long secret string an app sends with its requests, identifying which application is calling — not which person.

API Keys: Authenticating Machines, Not People | Code Safari