Rank 1: Thread
I'm using Nextjs14, App Router, and did all crud operations on server-side due to some problems.
Now I want to do that users can only fetch their own data.
How can I filter user-specific data from collections?
In addition: I'm using ApiKey, Redux-toolkit, and login & password authentication for the login part of the application.