This pull request adds has_occured(value: Time) -> Bool
I've added this as I find myself having to check this condition alot when dealing with JWT's or invalidation, and this shorthand removes my need for a helper function across my code. This function only calls the compare method and performs a comparison so basically no maintenence
This pull request adds
has_occured(value: Time) -> Bool
I've added this as I find myself having to check this condition alot when dealing with JWT's or invalidation, and this shorthand removes my need for a helper function across my code. This function only calls the compare method and performs a comparison so basically no maintenence