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

Unformatted dates #71

Open
adalinesimonian opened this issue Oct 21, 2015 · 0 comments
Open

Unformatted dates #71

adalinesimonian opened this issue Oct 21, 2015 · 0 comments

Comments

@adalinesimonian
Copy link
Member

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
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant