Hasura auth hook endpoint

GET /api/authn/hasura

The HASURA_GRAPHQL_AUTH_HOOK endpoint for Hasura auth. Use this endpoint to integrate Hasura's webhook authentication flow.

Query parameters

Responses

GET /api/authn/hasura
curl \
 -X GET https://[tenant_id].logto.app/api/authn/hasura?resource=string
Response examples (200)
{
  "X-Hasura-User-Id": "string",
  "X-Hasura-Role": "string"
}