Hello, I am getting error
'Issued at' claim ('iat') must be an Integer representing the time that the assertion was issued
When attempting to use the JwtToken generated by GitHubJwtFactory.CreateEncodedJwtToken method.
I believe this is some sort of time synchronization issue between the client and the server (github).
I have found that adding 12 seconds of sleep between Token creation and usage solves the problem.
A solution would be to add an overload to allow an offset to be provided for the IAT.
Hello, I am getting error
'Issued at' claim ('iat') must be an Integer representing the time that the assertion was issuedWhen attempting to use the JwtToken generated by GitHubJwtFactory.CreateEncodedJwtToken method.
I believe this is some sort of time synchronization issue between the client and the server (github).
I have found that adding 12 seconds of sleep between Token creation and usage solves the problem.
A solution would be to add an overload to allow an offset to be provided for the IAT.