You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Windows x64 version. Works beautifully smoothly, giving me the token details in the CLI window and the local http://localhost:8080/callback webpage.
This is a display issue on the web page listing the ID token claims:
auth_time: 1.613386311e+09
exp: 1.613386673e+09
iat: 1.613386373e+09
nbf: 1.613386373e+09
It does not look like any digits are missing, but having to convert 1.613386373e+09 to 1613386373 before it can be used is a mild inconvenience.
It would be nice if these timestamps were also displayed in a human-readable format too, just to help in understanding the data, but not essential.
Trivial, but just logging it for visibility.
The text was updated successfully, but these errors were encountered:
Running Windows x64 version. Works beautifully smoothly, giving me the token details in the CLI window and the local
http://localhost:8080/callback
webpage.This is a display issue on the web page listing the ID token claims:
It does not look like any digits are missing, but having to convert
1.613386373e+09
to1613386373
before it can be used is a mild inconvenience.It would be nice if these timestamps were also displayed in a human-readable format too, just to help in understanding the data, but not essential.
Trivial, but just logging it for visibility.
The text was updated successfully, but these errors were encountered: