Closed nathanthorpe closed 1 year ago
Add check for if refresh token is expired before trying to refresh it
Resolves #336
You can reproduce this bug easily by changing the access/refresh token expiry to 30 seconds in auth_manager.py L76/80
auth_manager.py
Add check for if refresh token is expired before trying to refresh it
Resolves #336