Minctrl Docs

Github Oauth Callback Disabled

GET
/auth/github/callback

Query Parameters

code?string|null
state?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/auth/github/callback"
null
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}