Skip to main content
GET
/
auth
/
github
GitHub OAuth
curl --request GET \
  --url https://api.veryfront.com/auth/github \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Query Parameters

redirect_uri
string

URL to redirect after authentication (OAuth 2.0 standard)

code
string

OAuth authorization code

state
string

CSRF state token

error
string

OAuth error code (e.g., access_denied when user cancels)

error_description
string

Human-readable error description

Response

Redirect to GitHub or application