You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a client that is always on. When the uptime of the client exceeds the RefreshToken expiration time, the system hangs because it constantly tries to refresh the token and we have to restart it.
It would be nice to have a configuration parameter to set the RefreshToken expiration time, and when the time is exceeded, invalidate the token and do a new request to the oauth 2 system.
The text was updated successfully, but these errors were encountered:
Hi @zazoomauro and @Croma6602, I've left Sainsbury's, but since the codebase that used guzzle-oauth2-plugin has been removed before that, I doubt there will be the need to maintain this internally. And since I've left the organisation, I can't fix/push changes to this either way.
Cheers,
Dan
@dm Thanks for your answer! So I guess this project is completely dead. That's a shame. We'll try to find something different! What about forking this project and start maintaining it properly?
We have a client that is always on. When the uptime of the client exceeds the RefreshToken expiration time, the system hangs because it constantly tries to refresh the token and we have to restart it.
It would be nice to have a configuration parameter to set the RefreshToken expiration time, and when the time is exceeded, invalidate the token and do a new request to the oauth 2 system.
The text was updated successfully, but these errors were encountered: