auth0 / node-jwa

JSON Web Algorithms
http://tools.ietf.org/id/draft-ietf-jose-json-web-algorithms-08.html
MIT License
99 stars 41 forks source link

refactor: remove return value from key check helpers #45

Open andrewvasilchuk opened 1 year ago

andrewvasilchuk commented 1 year ago

Description

This PR is trying to make code consistent, since all the conditions just return;.

References

https://github.com/auth0/node-jwa/pull/33