Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent type conversions issues when parsing time-fractions #710

Merged
merged 1 commit into from Mar 23, 2021

Commits on Mar 23, 2021

  1. Prevent type conversions issues when parsing time-fractions

    We received reports of users experiencing exceptions when parsing JWTs
    with timestamps with precision beyond microseconds on time-fractions.
    
    This guards against having any kind of edge-case when dealing with
    floats as input to the creation of DateTimeImmutable objects.
    lcobucci committed Mar 23, 2021
    Copy the full SHA
    c0938eb View commit details
    Browse the repository at this point in the history