auth0 / java-jwt

Java implementation of JSON Web Token (JWT)
MIT License
5.89k stars 922 forks source link

Update TokenUtils.java #587

Closed anderuraga closed 2 years ago

anderuraga commented 2 years ago

check null values

Changes

Please describe both what is changing and why this is important. Include:

References

Please include relevant links supporting this change such as a:

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Checklist

stale[bot] commented 2 years ago

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! 🙇‍♂️

jimmyjames commented 2 years ago

Thanks @anderuraga - I've made #606 with this change and included an additional test. Thanks again for raising!