Promptles
GTM & Business Tools

OAuth

intermediate

Definition

A protocol that lets a user grant your application access to their data on another service without sharing their password. Instead of handing over credentials, the user is redirected to the service (e.g., Google), approves the access, and the service gives your app a token. The token has limited permissions (called scopes) and can be revoked. OAuth is how most SaaS integrations handle authentication.

In the wild

Your internal tool needs to read a user's Google Calendar events. Instead of asking for their Google password, you redirect them to Google's OAuth consent screen. They approve 'read calendar events,' Google sends your app an access token, and you use that token to fetch their schedule.

More from GTM & Business Tools