jwt-cfml
jwt-cfml copied to clipboard
Timestamps are invalid and are not correctly validated
Force the timestamps to be an integer to validate token dates correctly.
This could be an int() or javaCast() as a solution.
Could you give me an example of the issue please? Are you saying that jwt-cfml will accept as valid a JWT that actually has an invalid timestamp (e.g. not an integer)?