Hey🖖 .I have a problem with props-drilling
I calculating and parse user data in guards but my queries to db require some data from user data from guards. Main problem that i need to pass props through Controller -> Handler -> some services levels to pass it to service which make queries, it look not right.Can i resolve it somehow without using Request-scope?