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
Why is the self.token_info['exp'] variable never written? Shouldn't it be set to the timeout variable of the jwt Token + actual time on getting a new key? Otherwise it will update every second to a new key or am I wrong with that?
The text was updated successfully, but these errors were encountered:
This is what is happening and it is a problem with the RestClientPE. At each refresh, the __load_configuration function of the RestClientBase class is called, resetting the controllers (replacing those imported from api_pe by api_ce).
I made a pull request (#121) to at least fix the problem of the refresh being done every second.
Why is the self.token_info['exp'] variable never written? Shouldn't it be set to the timeout variable of the jwt Token + actual time on getting a new key? Otherwise it will update every second to a new key or am I wrong with that?
The text was updated successfully, but these errors were encountered: