Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

[graphql_endpoints] Forward authoriztion token in GraphQLSubscription #136

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

garryod
Copy link
Member

@garryod garryod commented Oct 2, 2023

Previously the Authorization token was not passed into the GraphQL context during evaluation of a subscription endpoint. This caused authorization errors when a subscriber accessed a field which required authoirzation. This has been resolved by passing the token as is done with the HTTP endpoint

@garryod garryod added bug Something isn't working rust Pull requests that update Rust code labels Oct 2, 2023
@garryod garryod self-assigned this Oct 2, 2023
@garryod garryod merged commit cd05b9e into main Oct 2, 2023
26 checks passed
@garryod garryod deleted the pass-subscription-authorization-token branch November 15, 2023 18:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant