You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.3 the audience claim is OPTIONAL. I'm trying to verify a token without an audience by not providing the audience parameter to this library, but this doesn't appear to be supported.
Reproduction
Leave audience undefined
Assertion in code checks for defined audience => error
Additional context
No response
express-oauth2-jwt-bearer version
1.6.0
Node.js version
18.18.2
The text was updated successfully, but these errors were encountered:
Checklist
Description
According to https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.3 the audience claim is OPTIONAL. I'm trying to verify a token without an audience by not providing the audience parameter to this library, but this doesn't appear to be supported.
Reproduction
Additional context
No response
express-oauth2-jwt-bearer version
1.6.0
Node.js version
18.18.2
The text was updated successfully, but these errors were encountered: