Overview
Debug sudden unauthorized 401 frontend errors.
Decode a JSON Web Token and calculate exactly when its `exp` claim will invalidate.
Parse token claim limits.
{
"sub": "1234567890",
"name": "John Doe",
"iat": 1516239022,
"exp": 1916239022
}Debug sudden unauthorized 401 frontend errors.