Following the answer from here : Strapi : is it possible to track users modifying content?
How do I get current user id?
Following the answer from here : Strapi : is it possible to track users modifying content?
How do I get current user id?
ctx.state.user
in Controller has authenticated user's data.