Fetch data belonging to only an authenticated user

System Information
  • Strapi Version: v 4
  • Operating System: windows 10
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

I am new to strapi and find it interesting.

I am building an angular app where users register and post their blogs. How do I run the query in strapi to fetch only the blog created by that registered user? Such that when the user is logged in to the app, the user only sees the blogs created by him.

Please assist. How do I go about this?

What have you tried? I am not familiar with Angular but can you send me how you are making the request, and what arguments are you passing?

Have you found any solution?