This block + 6,000 more — yours with Pro

FAQ With Diagram

79/100
DocsAll

Architecture answers

How the system actually works.

The technical questions our solutions engineers answer every week — illustrated where a picture replaces a thousand support tickets.

The client app requests an authorization code from the auth server, exchanges it for an access token, and uses that token to call the resource server. Refresh tokens rotate on every exchange so a leaked token has a short blast radius.

OAuth 2.0 authorization code flow diagramClient appAuth serverResource server1. Authorize2. Auth code3. Token exchange4. API request with bearer token