tRPC middlwares on getServerSideProps?
Hi there!
I've got a pretty complex role procedures which I don't want to replicate on NextJS's getServerSideProps. How can I use these middlewares so i can authorize pages by user roles?
I've got a pretty complex role procedures which I don't want to replicate on NextJS's getServerSideProps. How can I use these middlewares so i can authorize pages by user roles?
