Skip to content

API

Best Practices and Security of APIs

21 stories, newest first.

Latest

API

API Security Guide: What to Secure, in What Order

API security in four layers, ordered by risk reduction per hour: authorization first, then tokens, then surface and design, then machine and agent identity. A map of every API security guide published here, plus a working order to follow.

Read the article
Authentication

Authentication and Authorization in Microservices: What Works

In a monolith you check who someone is once. In microservices, every hop has to ask again. Here is how I design authentication and authorization across services: edge auth, per-service verification, workload identity with SPIFFE, and centralized policy.

API

Beginner Guide: RESTful API Design

A set of protocols and definitions allows different programs to connect. An API is an outline that tells a developer how to build a program to communicate