Looking at the plugin code I think the problem is related to the JWT_AUTH_SECRET_KEY variable.
When the token is created the variable is being accessed without problem, but when the validate_token function is called it seems not to be there.
Thank you.