We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The README says an array is possible for aud. I specified an array of possible audiences:
aud
verify_aud: true, aud: ['client1', 'client2', 'client3']
I'm seeing this when "client1" (for example) is passed in as aud:
"Invalid audience. Expected ["client1", "client2", "client3"], received client1
Maybe I'm specifying the array wrong, but I'm not sure how else it would be done.
The text was updated successfully, but these errors were encountered:
Hi @mahemoff,
can you please specify the jwt version you're using?
Sorry, something went wrong.
Sorry, it must have been an earlier version as I verified it works on 1.5.6.
excpt
No branches or pull requests
The README says an array is possible for
aud
. I specified an array of possible audiences:I'm seeing this when "client1" (for example) is passed in as aud:
Maybe I'm specifying the array wrong, but I'm not sure how else it would be done.
The text was updated successfully, but these errors were encountered: