JWTH
The next table lists all error codes related to the LuaJWT handler class**.
Major | Minor | Message | Details |
---|---|---|---|
JWTH | 0001 | exception occurred during decoding token | The decoding of the token failed. Check the log for more information and verify that the JWT is valid. |
0002 | exception occurred during decoding the header claims | The decoding of the header claims failed. Check the log for more information and verify that the JWT is valid. | |
0003 | exception occurred during decoding the payload claims | The decoding of the payload claims failed. Check the log for more information and verify that the JWT is valid. | |
0004 | exception occurred during token verification | The verification of the token signature failed. Check the log for more information and verify that the JWT is valid. | |
0005 | Unsupported algorithm. Choose one of the following supported algorithm: hs256, hs384, hs512, rs256, rs384, rs512 | The signature verification method was called with an unsupported algorithm. Use one of the supported algorithms. |