hasura / hasura/graphql-engine

[Auth]Rest Endpoint should carry request when user 'webhook auth'

Open
#9,537 1 comment 0 reactions 0 assignees View on GitHub
k/enhancement t/gql-services
Dominant language
TypeScript
Stars
32.1k
Forks
3k
PR merge metrics
PR metrics pending

Description

### Describe the solution you'd like

Auth_mode: POST

Webhook server would get a auth request as follow:
`{
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate, br",
"Connection": "keep-alive",
"Host": "192.168.15.138:8236",
"Postman-Token": "cba8128a-b61a-477d-9c3b-160eb9ebe43a",
"User-Agent": "PostmanRuntime/7.26.8",
"x-request-id": "a5833296-b48d-4d9e-aa68-29f62b21b966"
},
"request": null
}`

We need the path of Rest Endpoint to do Authentication

Can set the path to "request" field?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.