Hi, I'm currently building a spring boot application that I want to protect by authentication and authorization using Ory Kratos and Keto. Should I use Oathkeeper for that or implement the checks using a spring security middleware in the application itself?
Oathkeeper seems promising, but I'm afraid that the config will explode at some time if I add every route, that has different Keto permission specifications