This is important, as it will determine now much we need to change the front end to associate the new client_id feature. We should have the means to associate an employee with their corresponding client_id in the back end. My and Brennan's first inclination is middleware that creates an employee object and passes it along with each request. We could extend the Express.Request object in typescript in order to make this cleaner. We should figure out the best and most secure way to do this because it will effect how much we change the front-end app.