Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JWT becomes invalid if time between client calls exceeds its refresh period #41

Open
redlicha opened this issue Oct 9, 2020 · 0 comments

Comments

@redlicha
Copy link

redlicha commented 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?)?

@redlicha 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant