awslabs / aws-crt-nodejs

NodeJS bindings for the AWS Common Runtime.
Apache License 2.0
37 stars 24 forks source link

Fix IoT custom authorizer without token signature #528

Open jawilson opened 5 months ago

jawilson commented 5 months ago

Issue #, if available: #527

Description of changes: Fixes the check when using a customizer to only require a input_token_value and input_token_key_name when an input_signature is provided.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.