14 · Shipping & Collaboration

OAuth

Delegated login and permissions

A standard way to let a user grant an app limited access without sharing their password—sign in with Google, GitHub, and similar flows. Access usually comes back as tokens with scopes.

Concrete example

“Sign in with GitHub” is typically an OAuth flow that returns a token with selected permissions.

Why it matters

How modern apps connect accounts without storing passwords for other services.