project-virtual-pet
project-virtual-pet copied to clipboard
If refresh token is bad, loading site will erroneously bring you to pet selection page
The pet selection page needs to check on load if the refresh token is valid. If it is not, it should be removed from local storage, auth context should be stripped, and the user should be redirected to log in.