<@498057949541826571> What is the correct HTTP response code to send back to the React frontend when...
a
@rp_st What is the correct HTTP response code to send back to the React frontend when getSessionData returns SessionError
Copy code
{
  type: 'UNAUTHORISED',
  message: 'Session does not exist anymore',
  payload: { clearCookies: true },
  errMagic: 'ndskajfasndlfkj435234krjdsa',
  fromRecipe: 'session'
}