awslabs / aws-jwt-verify

JS library for verifying JWTs signed by Amazon Cognito, and any OIDC-compatible IDP that signs JWTs with RS256, RS384, and RS512
Apache License 2.0
614 stars 43 forks source link

does not work with auth0 because "aud" is an array of strings instead of a string #13

Closed garretcharp closed 2 years ago

garretcharp commented 2 years ago

Getting error: "JWT payload aud claim is not a string"

leelalagudu commented 2 years ago

Fixed in #14