fix: authorisation headers not being sent along with subscriptions when using graphql (#3354)

* fix: send auth headers to the payload

* refactor: alert user that headers are sent to connection_init

* refactor: send headers only when headers are populated

* chore: cleanup code
This commit is contained in:
Joel Jacob Stephen
2023-09-28 21:57:07 +05:30
committed by GitHub
parent 65884293be
commit 544b045300
3 changed files with 11 additions and 3 deletions

View File

@@ -112,6 +112,7 @@
},
"authorization": {
"generate_token": "Generate Token",
"graphql_headers": "Authorization Headers are sent as part of the payload to connection_init",
"include_in_url": "Include in URL",
"learn": "Learn how",
"pass_key_by": "Pass by",