-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
SYNC Time #265
Comments
This is a touch off topic since it's related to you application and deployment... the default answer is NTP. There's a lot of options https://en.m.wikipedia.org/wiki/Clock_synchronization though. This library by default uses the system clock. Some past related questions: |
Assuming by "time settings" you mean the timezone, then it should be fine. The library converts local time to global (gmt) time which is identical regardless of the timezone a computer is in. Windows has a builtin network time feature that should be accurate enough for the tokens to be valid. If by "time settings" you mean actually different times, than I wonder shortly, why and then agree with chris. NTP or the Windows builtin (which AFAIK uses ntp as well under the hood) are your best options. |
I am going to close, if you have anything else don't hesitate to open an issue 🙂 |
What's your question?
Sync time
Additional Context
If i want to use two ways jwt
server -> client
client -> server
how can i sync times between them to use exp verification ?
All clients can be use another time settings on windows.
The text was updated successfully, but these errors were encountered: