Fix token refresh behavior for old access tokens
Summary of Changes
This makes two functional changes:
- I've removed the threshold at which we stop attempting to refresh old access tokens.
- I logout the user if their token refresh fails.
Need to figure out how to properly test 2, but once done I will assign someone here to review.
Checklist
- The MR has a clear and concise title
- Code is self-documented and follows style guidelines.
- Automated tests are written and pass successfully.
- Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable)
- Readme file is present and up-to-date.
Documentation Updates
Additional Notes
Closes #156 (closed)
Edited by Duggan, John