> ## Documentation Index
> Fetch the complete documentation index at: https://docs.realtoraai.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Canva Auth Callback

> Canva OAuth callback handler.

Handles the OAuth redirect from Canva after authorization.

## Endpoint

```
GET /functions/v1/canva-auth-callback
```

## Flow

1. Validates authorization code
2. Exchanges for access and refresh tokens
3. Stores connection securely
4. Redirects user back to the app
