Skip to content
This repository was archived by the owner on Feb 25, 2019. It is now read-only.
This repository was archived by the owner on Feb 25, 2019. It is now read-only.

Unformatted dates #71

@adalinesimonian

Description

@adalinesimonian

Because the output is now sent out raw as JSON, dates are no longer formatted, effectively making them unreadable without a calculator or using the date command.

For example, with client:info

{
  "redirect_uris": [
    "https://app.example.com"
  ],
  "response_types": [
    "id_token token"
  ],
  "grant_types": [
    "implicit"
  ],
  "application_type": "web",
  "client_name": "Example App",
  "client_uri": "https://app.example.com",
  "token_endpoint_auth_method": "client_secret_basic",
  "default_max_age": 3600,
  "post_logout_redirect_uris": [
    "https://app.example.com"
  ],
  "client_secret": "0123456789abcdef0123",
  "trusted": true,
  "scopes": [],
  "_id": "01234567-89ab-cdef-0123-456789abcdef",
  "created": 1445452220355,
  "modified": 1445452220355
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions