All requests sent from the frontend will have the header:
'Authorization': 'Bearer ' + access_token
Authenticate against that access token before returning or modifying any data.
That token should also allow us to scope permissions for routes (rtp full access, vs user who shouldn't have access, etc.)