https://bugzilla.wikimedia.org/show_bug.cgi?id=65260

            Bug ID: 65260
           Summary: Issued at time should be returned as a number
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: Unprioritized
         Component: OAuth
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

Calls to Special:OAuth/identify will return a web token with the Issued At Time
(iat) as a string.  This value should appear as a number like Expiration (exp)
is.

Behavior:
{
 ...
"iat": "1399992248",
"exp": 1399992290,
 ...
}

Expected:
{
 ...
"iat": 1399992248,
"exp": 1399992290,
 ...
}

I've set the priority to "minor" since parsing the number is a simple
work-around.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to