Skip to content

Allow UNIX timestamp auth #68

@GaraQuor

Description

@GaraQuor

Hello,

It would be great if we could pass a raw UNIX timestamp in the auth header.
A simple solution is to pass an '@' at the beginning of the value to strtotime treat the input as a UNIX timestamp (as described here https://www.php.net/manual/en/datetime.formats.compound.php)

The only fix is to add '@' char in the sanitizer allowed array

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions