Private procedures and serverside calls
Hello, I am just diving into trpc in my Next.js (app router) application and I am wondering if is there any example repository where I can take a look how is implemented private procedure (requires authenticated user - next.js) which is called from client component and also loaded from server component or if is there any best practise how to deal with this scenario?
Thank you for any responses
Thank you for any responses