Apollo GraphQL over WebSocket Subscription Authentication #1217
Answered
by
KeithGillette
KeithGillette
asked this question in
Q&A
-
From the AccountsJS GraphQL transport documentation, we have Queries and Mutations authenticating with our Apollo Client/Server setup over HTTP(S) but Subscriptions are not working. How do we configure AccountsJS with Apollo Client/Server to provide the same Context information on authenticated Subscriptions over |
Beta Was this translation helpful? Give feedback.
Answered by
KeithGillette
May 23, 2022
Replies: 1 comment
-
After much perusing of the source code, experimentation, and generally fumbling around, here's what I came up with: Apollo Client
Apollo Server
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KeithGillette
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After much perusing of the source code, experimentation, and generally fumbling around, here's what I came up with:
Apollo Client
Apollo Server