Pusher with trpc
I'm making a t3 app and I want to use pusher channels, How can I use it with trpc for the channel autherization? I need to run checks using prisma and I need the context trpc provides to get data from the database to see if the user should be able to connect to a pusher channel
0 Replies