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

Allow updated_at to be an epoch string #165

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 25, 2024

  1. Allow updated_at to be an epoch string

    Allow unix timestamps within a string for updated_at, as follows:
      "updated_at": "1713964430.299453"
    
    This is not allowed by the specification, but was observed in the wild on at least one OpenAM
    instance. This misbehavior is probably caused by a plugin.
    
    This parsing leniancy feature is gated behind "accept-string-epoch".
    multun committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    964d84b View commit details
    Browse the repository at this point in the history