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:
committed by
GitHub
parent
65884293be
commit
544b045300
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user