can you please confirm me that if I dont provide third parameter when i call the validate method it will still use the current time to validate expiration ("In the validate(), you can provide the current time as the third parameter. If not provided, the token expiration timestamp will be compared against the current system time (what time() returns).")? because i cant find it anywhere in the lib.
can you please confirm me that if I dont provide third parameter when i call the validate method it will still use the current time to validate expiration ("In the validate(), you can provide the current time as the third parameter. If not provided, the token expiration timestamp will be compared against the current system time (what time() returns).")? because i cant find it anywhere in the lib.