Skip to content

authorization

Everything tagged authorization.

19 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.

Authentication

Build vs Buy Auth Is the Wrong Question. Here's the Right One.

Every CTO re-litigates build vs buy for authentication every 18 months, and the framing is broken. The real question isn't build or buy. It's which parts of identity are commodity and which parts are your actual product.

digital identity

What is OAuth 2.0?

OAuth 2 allows users to grant third-party applications access to their accounts without sharing their passwords.