diff --git a/README.md b/README.md index 4e20dd9..a39da34 100644 --- a/README.md +++ b/README.md @@ -314,6 +314,8 @@ Error object: * 'jwt issuer invalid. expected: [OPTIONS ISSUER]' * 'jwt id invalid. expected: [OPTIONS JWT ID]' * 'jwt subject invalid. expected: [OPTIONS SUBJECT]' + * 'secretOrPrivateKey must have a value' + * 'secretOrPrivateKey is not valid key material' ```js jwt.verify(token, 'shhhhh', function(err, decoded) {