Are there any examples floating around of subscrip...
# prisma-whats-new
m
Are there any examples floating around of subscriptions + authentication? I'm getting permissions errors on the subscriptions, but not queries which touch the same models.
n
@mewdriller are you using
subscription-transport-ws
?
m
Yeah, I am.
n
m
Oh, thanks! Sorry I didn't find that on my own. 🙂
n
No problem at all! Unfortunately there are some pending PRs to the
subscription-transport-ws
client. Right now's it only possible to set the authorization info when initializing it with
connectionParams
m
Ah, gotcha. I'll just drop my permissions to "Everyone" for now.
Thanks for the quick (as always) response!
🙌 1
n
I think @jimmy successfully found a workaround for his situation using polling. Let's see how this progresses 🙂