GitHub Login
POST
///api/v1/iam/social/github/
Handles GitHub OAuth login and returns JWT tokens.
Request
This endpoint expects an object.
codestringOptional
The authorization code from GitHub
redirect_uristringOptional
The redirect URI used for the OAuth flow
access_tokenstringOptional
Direct access token (alternative to code)
installation_idstringOptional
The GitHub App installation ID
Response
Login successful, returns JWT tokens
Errors
400
Bad Request Error
500
Internal Server Error

