How to perform session management using uWebSockets? #577
Unanswered
BRAVO68WEB
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You cannot set custom to the HTTP upgrade request of the WebSocket in browsers - so you shouldn't rely on an You should instead rely on the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue
I want to have auth with my GraphQL API using JWT. I am unable to fetch Auth header to get my JWT.
After my request upgrades to WS, all old headers are lot.
Tech Stack and Libs
Things I have tried
This apperently only work for Query and Mutation only. As soon as I use Subscription, my app breaks.
But, on modifying the request handling code, app breaks again.
My code snippet
Here my current code :- https://github.com/BRAVO68WEB/graphql-subscription-example
Beta Was this translation helpful? Give feedback.
All reactions