api
Designing API Authorization Scopes: What to Restrict and What to Leave Open
Authorization scopes let customers limit what an API key can do. The design space is wider than it looks: too few scopes leave customers exposed to credential theft, too many scopes overwhelm customers and produce inconsistent application. Most APIs that get scopes right start small and iterate