Hi there,
I have been working on side project in Remix.run. And I need authorization. I cannot find any resource or documentation on the web. For auth, there is remix-auth package, but for authorization nothing. Currently, for each page/route I'm checking in loader if the user has authorization to access that route, but this is too verbose. Any best practice for this?