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
Currently decoded JWT page https://jwt.io/ shows time as Unix epoch time like the following:
"nbf": 1507432747,
"exp": 1507433047,
It will be good to show also normal date/time format.
Or at least add a link to https://www.epochconverter.com/ to help users to do conversions themselves.