OAuth (Open Authorization) is a framework that lets a user authorize one app (called the client) to access their data on another service (called the resource server) — without giving away their credentials.

Example: You use your Google account to sign into a productivity app. That app can now access your email (if you permit), but never sees your password.