Im a bit new to react and web dev in general but i'm trying to understand conceptually how to go about mapping authenticated user to their perspective database information. I'm not sure if this mapping should occur on an API level, is it a hook that should take care of this? or when i'm rendering the page on the front end. Any direction would be appreciated?