Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/github/github.controller.ts
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)
Was this page helpful?