auth0 / java-jwt

Java implementation of JSON Web Token (JWT)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document `withClaimPresence()` method

petrdvorak opened this issue · comments

Having a requirement on minimal JWT structure seems to be a common task. As a result, the verification of a claim presence should be well documented. While the builder method withClaimPresence exists in the code, the documentation does not mention it at all...

Hi @petrdvorak, we are actively working on a new major release that will have the documentation updated. Since we are tracking this internally, I will close the ticket here. Thanks for the feedback. We will definitely work on this.

Thank you. 👍