When a user signs in they should be redirected to the Auth page, save the auth token to local storage using an existing function, saveAuthToken, then redirect to the dashboard page. This code is in place but a lot was commented out as part of dusting this off. The Auth page should should show a loading state while all that is happening.