Hi Guys,
I am starting with Strapi trying to create a small application. I wanted to list the articles of a logged in user without having to pass the query from the frontend. I thought about creating a middleware that takes the user id from the jwt. I get the id perfectly, but I don’t know how to incorporate the corresponding where to the request. can you help me?