I want to automatically set that post current logged in user Id

v.4.0.

Hello everyone, I’m new with Strapi.

For example I created a collection like “Post” and this is authentication field and when someone authenticated to my application and when user wants to create a post I want to automatically set that post current logged in user Id ( for example : in Post collection set to User field ). But this need to be in backend I mean in Strapi side.

Thanks.