cURL
curl --request GET \ --url https://api.usezombie.com/v1/github/callback
{ "error": { "code": "<string>", "message": "<string>", "details": {} }, "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Handles the GitHub OAuth redirect. Exchanges the authorization code for an access token and redirects the user back to the app.
OAuth authorization code from GitHub
CSRF state parameter
Redirect to application after successful OAuth exchange