You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
All requests sent from the frontend will have the header:
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.)
The text was updated successfully, but these errors were encountered: