## Overview ## Tasks - Create a timer to auto logout after a certain amount of inactivity or just a hard timer - Add in refresh token backend route to fetch access token and id token when called - Add in login in api.ts to call the refresh token logic when 401 error is hit - Make sure that this only happens when you have a refresh token and it doesn't just happen when someone is unauthorized - Also insure the user is already authenticated and validation checks of that sort ## Acceptance Criteria