WebApiHMACAuthentication
WebApiHMACAuthentication copied to clipboard
Fixed time tolerance calculation in case API server time is behind the client server time
Current time tolerance calculation is done on unsigned longs. This results in an excessively large value when the API server time is behind client server time. This fix handles the time difference in a manner similar to absolute value.