# handleCallback

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/github/github.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/github/github.controller.ts#L31)

GitHub OAuth callback - exchanges code for token

## Endpoint

`GET /github/callback`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `code` | query | `string` | ✓ |  |
| `state` | query | `string` | ✓ |  |

## Referenced By

- `GitHubController` (MODULE_DECLARES)
