Hi peeps, can someone tell me if the subscription ...
# prisma-whats-new
f
Hi peeps, can someone tell me if the subscription authentication tutorial found here will work for graphcool? http://dev.apollodata.com/react/subscriptions.html#authentication
n
it won't - you need to use
Authorization
instead of `authToken`: https://www.graph.cool/forum/t/authentication-issues-with-subscriptions/45/2?u=nilan
f
Thanks Nilan