Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMore helpful error message when local time is too far in the past #157
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When requesting credentials from the sync server we sign the client's timestamp. If that timestamp is too old the server responds with error 400, which is unhelpful.
We should show a helpful error message ("Please check your computer's time.") in this case.
Related: #114