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

Merge release 4.0.3 into 4.1.x #711

Merged
merged 3 commits 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
    Configuration menu
    Copy the full SHA
    c0938eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #710 from lcobucci/guard-against-potential-precisi…

    …on-issues
    
    Prevent type conversions issues when parsing time-fractions
    lcobucci committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    ae4165a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3227923 View commit details
    Browse the repository at this point in the history