Closed zaclittleberry closed 5 years ago
The storeNonce and fetchNonce functions both add 86400 seconds to time() when creating and checking the expiry time (respectively). This leads to the difference being negated and the nonce being invalid immediately after it was made.
Pull request (#2) from KTOmega fixes this issue.
Resolved.
The storeNonce and fetchNonce functions both add 86400 seconds to time() when creating and checking the expiry time (respectively). This leads to the difference being negated and the nonce being invalid immediately after it was made.
Pull request (#2) from KTOmega fixes this issue.