back to API Security

GraphQL & gRPC

API Security → GraphQL & gRPC

3 weeks ago

gRPC & Protobuf Security

gRPC feels like a black box — binary protobuf over HTTP/2 — so people assume it is hard to attack. It is not. The wire format is t…

May 23, 2026

GraphQL Security

A query language that turns the API surface inside out — the client picks the shape of every response. The resolver model, schema …