When a token is issued, the response from the token endpoint is not correct:
expires_in
is a string but it should be an int per 186399
, which is almost one day of seconds, and not one year's worth of seconds (which is what the dashboard says it is valid for).Drew DeVault referenced this ticket in commit 5509e09.
I have corrected the type to int, but it's not immediately obvious why the time is wrong, so I'll save that for later.
Drew DeVault referenced this ticket in commit 5509e09.
Drew DeVault referenced this ticket in commit 5509e09.
Drew DeVault referenced this ticket in commit 5509e09.