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
The JWT is only refreshed if a client calls into the SDK (more precisely, on http requests to OVC). If the time between two consecutive calls from a client exceeds the JWT's refresh period, refreshing it will of course fail.
Idea: periodically refresh it in the background - requires the introduction of a means to terminate that background task (Close method?)?
The text was updated successfully, but these errors were encountered:
redlicha
changed the title
JWT becomes invalid if time between client calls exceeds refresh period
JWT becomes invalid if time between client calls exceeds its refresh period
Oct 9, 2020
The JWT is only refreshed if a client calls into the SDK (more precisely, on http requests to OVC). If the time between two consecutive calls from a client exceeds the JWT's refresh period, refreshing it will of course fail.
Idea: periodically refresh it in the background - requires the introduction of a means to terminate that background task (
Close
method?)?The text was updated successfully, but these errors were encountered: