-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
JWTVerifier with varargs is ambiguous #39
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! 🙇♂️ |
I don't think that's resolved yet |
I also ran into same issue, I have kept a pull request on java-jwt project, have to see what will happen to that pr. |
I've verified that this issue is resolved. It was fixed in the |
Hey,
we ran into an issue that is described in another project of your org.
auth0/java-jwt#344
An backwards compatible fix would probably be to provide another constructor.
But I doubt that anyone should be passing null into the audience, as it is just not working as expected.
So changing the construcor param to varargs and then handling it could also be an option.
Tell me what you think and I am happy to provide a pull request.
The text was updated successfully, but these errors were encountered: