* HOC component on the frontend to wrap around every page and send a request to verify the jwt token * On the api it should receive the "/verify" and redirect to the auth server * On the auth server it should just verify if it is decodable by the token, maps to a valid user, and the user has been verified.